diff options
author | ByteHamster <info@bytehamster.com> | 2020-12-03 09:47:34 +0100 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2020-12-03 09:47:34 +0100 |
commit | 779b1715e8a44efb5efe758759c7faa897b0393d (patch) | |
tree | 4d2be86cc47392a52962405125474f509cb8bb08 /core/src/main | |
parent | 0dcf44f67e791acef173d225fe049dae2519fe4b (diff) | |
download | AntennaPod-779b1715e8a44efb5efe758759c7faa897b0393d.zip |
Fixed talkback description missing on chapters screen
Diffstat (limited to 'core/src/main')
-rw-r--r-- | core/src/main/res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index 0bfb4e36f..c56d8ec62 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -702,6 +702,7 @@ <string name="switch_pages">Switch pages</string> <string name="position">Position: %1$s</string> <string name="apply_action">Apply action</string> + <string name="play_chapter">Play chapter</string> <!-- Feed information screen --> <string name="authentication_label">Authentication</string> |