summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorByteHamster <ByteHamster@users.noreply.github.com>2023-01-27 19:00:56 +0100
committerGitHub <noreply@github.com>2023-01-27 19:00:56 +0100
commit98107419e0baf52da18c80af8b450e922e18ef31 (patch)
treed7c28456f40aa57a8079944931bb7afb09a38a8c /ui
parentcb2cc7a357bc5329e4b425d4544649090f1635e2 (diff)
downloadAntennaPod-98107419e0baf52da18c80af8b450e922e18ef31.zip
Make description of tinted theme more clear (#6283)
Diffstat (limited to 'ui')
-rw-r--r--ui/i18n/src/main/res/values/strings.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/i18n/src/main/res/values/strings.xml b/ui/i18n/src/main/res/values/strings.xml
index 40015630f..184ceeabd 100644
--- a/ui/i18n/src/main/res/values/strings.xml
+++ b/ui/i18n/src/main/res/values/strings.xml
@@ -433,8 +433,8 @@
<string name="user_interface_label">User Interface</string>
<string name="user_interface_sum">Appearance, Subscriptions, Lockscreen</string>
<string name="pref_set_theme_title">Select Theme</string>
- <string name="pref_tinted_theme_title">Use Tinted Colors</string>
- <string name="pref_tinted_theme_message">Tint app colors based on the background image</string>
+ <string name="pref_tinted_theme_title">Use dynamic colors</string>
+ <string name="pref_tinted_theme_message">Adapt app colors based on the wallpaper</string>
<string name="pref_nav_drawer_items_title">Set Navigation Drawer items</string>
<string name="pref_nav_drawer_items_sum">Change which items appear in the navigation drawer.</string>
<string name="pref_nav_drawer_feed_order_title">Set Subscription Order</string>