diff options
author | ByteHamster <ByteHamster@users.noreply.github.com> | 2023-09-12 19:23:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-12 19:23:39 +0200 |
commit | 955fca6e38781051df36647640cfd7e473367ac0 (patch) | |
tree | 41b89541700ecd1202e4dfccdc525a4686dafca6 /ui/i18n/src | |
parent | 37c29a6372cedd4481a7ca555d6025e860384067 (diff) | |
download | AntennaPod-955fca6e38781051df36647640cfd7e473367ac0.zip |
Improve wording (#6604)
Diffstat (limited to 'ui/i18n/src')
-rw-r--r-- | ui/i18n/src/main/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/i18n/src/main/res/values/strings.xml b/ui/i18n/src/main/res/values/strings.xml index 37ab9f0f7..0697a2f53 100644 --- a/ui/i18n/src/main/res/values/strings.xml +++ b/ui/i18n/src/main/res/values/strings.xml @@ -613,7 +613,7 @@ </plurals> <string name="auto_enable_label">Automatically activate the sleep timer when pressing play</string> <string name="auto_enable_label_with_times">Automatically activate the sleep timer when pressing play between %s and %s</string> - <string name="auto_enable_change_times">Change times</string> + <string name="auto_enable_change_times">Change time range</string> <string name="sleep_timer_enabled_label">Sleep timer enabled</string> <!-- Synchronisation --> |