diff options
author | ByteHamster <ByteHamster@users.noreply.github.com> | 2024-02-25 15:31:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-25 15:31:59 +0100 |
commit | a7068cc24a2e943fe7885369c34020e7ba02c7e0 (patch) | |
tree | 8d0797ecdc91b3a7eebf8c00e3acbe4967c7972a /ui/i18n | |
parent | 9cfbae183cd1b5e1bb1fed68125ab064d5be7c55 (diff) | |
download | AntennaPod-a7068cc24a2e943fe7885369c34020e7ba02c7e0.zip |
String tweaks reported on Transifex (#6942)
Diffstat (limited to 'ui/i18n')
-rw-r--r-- | ui/i18n/src/main/res/values/strings.xml | 4 |
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 6ff5154d8..2ec045a3d 100644 --- a/ui/i18n/src/main/res/values/strings.xml +++ b/ui/i18n/src/main/res/values/strings.xml @@ -488,9 +488,9 @@ <string name="pref_expandNotify_sum">This usually expands the notification to show playback buttons.</string> <string name="pref_persistNotify_title">Persistent playback controls</string> <string name="pref_persistNotify_sum">Keep notification and lockscreen controls when playback is paused</string> - <string name="pref_compact_notification_buttons_dialog_error_exact">You must select exactly %1$d items.</string> + <string name="pref_compact_notification_buttons_dialog_error_exact">You must select exactly two items</string> <string name="pref_full_notification_buttons_title">Set notification buttons</string> - <string name="pref_full_notification_buttons_sum">Change the playback buttons on the playback notification.</string> + <string name="pref_full_notification_buttons_sum">Change the buttons on the playback notification</string> <string name="pref_enqueue_location_title">Enqueue location</string> <string name="pref_enqueue_location_sum">Add episodes to: %1$s</string> <string name="enqueue_location_back">Back</string> |