refactor(settings): Rename ProBadge to UpgradeBadge for flavor neutrality

The 'Pro' label is gplay-specific vocabulary — FOSS unlocks the same features via sponsorship. Aligns with the existing flavor-neutral terms already used in UpgradeRepo, Nav.Main.Upgrade and launchUpgrade(). Renames the proLocked parameter to requiresUpgrade across SettingsBaseItem and its three wrappers, and adds a new common_upgrade_required_label string (Requires upgrade) for the badge content description.
This commit is contained in:
darken
2026-04-11 17:03:40 +02:00
committed by Matthias Urhahn
parent a51b24f284
commit ed6c939284
9 changed files with 25 additions and 24 deletions
+1
View File
@@ -6,6 +6,7 @@
<string name="general_thank_you_label">Thank you</string>
<string name="general_upgrade_action">Upgrade</string>
<string name="common_feature_requires_pro_msg">Upgrade to unlock.</string>
<string name="common_upgrade_required_label">Requires upgrade</string>
<string name="general_donate_action">Donate</string>
<string name="general_check_action">Check</string>
<string name="general_close_action">Close</string>