diff options
author | ByteHamster <ByteHamster@users.noreply.github.com> | 2023-02-25 10:54:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-25 10:54:16 +0100 |
commit | 34553475d9a28f7eba1b0570370ab3370ce87fc0 (patch) | |
tree | 9fd7f81fbbbac4772e0ddd9d346448549f608a17 /ui/i18n/src/main/res | |
parent | 5f00294c29548e5b9867abe34229c69feb047180 (diff) | |
download | AntennaPod-34553475d9a28f7eba1b0570370ab3370ce87fc0.zip |
Add chapters button to video player (#6348)
Diffstat (limited to 'ui/i18n/src/main/res')
-rw-r--r-- | ui/i18n/src/main/res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/i18n/src/main/res/values/strings.xml b/ui/i18n/src/main/res/values/strings.xml index b33aa2349..84eb45cb8 100644 --- a/ui/i18n/src/main/res/values/strings.xml +++ b/ui/i18n/src/main/res/values/strings.xml @@ -111,6 +111,7 @@ <string name="error_msg_prefix">An error occurred:</string> <string name="refresh_label">Refresh</string> <string name="chapters_label">Chapters</string> + <string name="no_chapters_label">No chapters</string> <string name="chapter_duration">Duration: %1$s</string> <string name="description_label">Description</string> <string name="shownotes_label">Shownotes</string> |