diff options
author | ByteHamster <ByteHamster@users.noreply.github.com> | 2020-12-04 09:52:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-04 09:52:31 +0100 |
commit | 167a51df59f5904140f097079e8c019d6a53e725 (patch) | |
tree | e894d9e74806bb7e70f3b1fe9a9cca12cb181edd /core/src/main | |
parent | 24e899051b082d047c14d540a57a13ecee0556ab (diff) | |
parent | 779b1715e8a44efb5efe758759c7faa897b0393d (diff) | |
download | AntennaPod-167a51df59f5904140f097079e8c019d6a53e725.zip |
Merge pull request #4730 from ByteHamster/fix-chapter-play-button-talkback
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> |