Skip to content

fix: Use correct labels for upgrade and donate menu items#383

Merged
d4rken merged 1 commit intomainfrom
fix/menu-item-labels
Feb 9, 2026
Merged

fix: Use correct labels for upgrade and donate menu items#383
d4rken merged 1 commit intomainfrom
fix/menu-item-labels

Conversation

@d4rken
Copy link
Copy Markdown
Member

@d4rken d4rken commented Feb 9, 2026

Summary

  • Both menu_item_upgrade and menu_item_donate in the overflow menu were using @string/settings_general_label ("Settings") as their title instead of proper labels
  • The upgrade item now uses the existing @string/general_upgrade_action ("Upgrade")
  • The donate item now uses a new @string/general_donate_action ("Donate")

Test plan

  • Build both flavors (assembleFossDebug, assembleGplayDebug) and confirm compilation
  • Long-press the upgrade/donate icon in the toolbar — tooltip should show "Upgrade" or "Donate" instead of "Settings"
  • Verify TalkBack announces the correct label for the menu items

Both menu items were using settings_general_label ("Settings") instead
of their proper labels, affecting accessibility and long-press tooltips.
@d4rken d4rken added the bug Something isn't working label Feb 9, 2026
@d4rken d4rken merged commit 9a3fb11 into main Feb 9, 2026
9 checks passed
@d4rken d4rken deleted the fix/menu-item-labels branch February 9, 2026 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant