diff options
author | ByteHamster <ByteHamster@users.noreply.github.com> | 2023-10-06 18:24:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-06 18:24:13 +0200 |
commit | c38b2634582d74fe3a7c7a4273cac8750dbc7e7d (patch) | |
tree | ccf4c93e1a92b8aa6f58716e5eba009d3642e9cf /ui/i18n | |
parent | 3fae29b375380ca785e57ed74e5942c496b2370b (diff) | |
download | AntennaPod-c38b2634582d74fe3a7c7a4273cac8750dbc7e7d.zip |
Better content descriptions for TalkBack (#6684)
Diffstat (limited to 'ui/i18n')
-rw-r--r-- | ui/i18n/src/main/res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/i18n/src/main/res/values/strings.xml b/ui/i18n/src/main/res/values/strings.xml index 73423f4b5..a83ada10a 100644 --- a/ui/i18n/src/main/res/values/strings.xml +++ b/ui/i18n/src/main/res/values/strings.xml @@ -685,6 +685,8 @@ <string name="play_chapter">Play chapter</string> <string name="prev_chapter">Previous chapter</string> <string name="next_chapter">Next chapter</string> + <string name="shuffle_suggestions">Shuffle suggestions</string> + <string name="add_preset">Add preset</string> <!-- Feed settings/information screen --> <string name="authentication_label">Authentication</string> |