fix: Use correct labels for upgrade and donate menu items

Both menu items were using settings_general_label ("Settings") instead
of their proper labels, affecting accessibility and long-press tooltips.
This commit is contained in:
darken
2026-02-09 16:07:25 +01:00
committed by Matthias Urhahn
parent 12d2c4dd06
commit 9a3fb11ef7
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -5,6 +5,7 @@
<string name="general_copy_action">Copy</string>
<string name="general_thank_you_label">Thank you</string>
<string name="general_upgrade_action">Upgrade</string>
<string name="general_donate_action">Donate</string>
<string name="general_check_action">Check</string>
<string name="general_close_action">Close</string>
<string name="general_save_action">Save</string>