diff options
author | Martin Fietz <Martin.Fietz@gmail.com> | 2017-04-16 20:08:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-16 20:08:40 +0200 |
commit | 4e7402c214be9b031399be224f3ec4b8d6290c49 (patch) | |
tree | 74ddcbf88ea97d13c21c833300f1d7d684b5b72f /core/src/main/res | |
parent | f1b04d45e4231f47040883d5962557b97821785f (diff) | |
parent | acf065b7cd54e065c8ee0eb105aa6286e95ff952 (diff) | |
download | AntennaPod-4e7402c214be9b031399be224f3ec4b8d6290c49.zip |
Merge pull request #2300 from ByteHamster/chapter-durations
Added duration to chapters list
Diffstat (limited to 'core/src/main/res')
-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 328dd34e8..974c5a7f8 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -72,6 +72,7 @@ <string name="refresh_label">Refresh</string> <string name="external_storage_error_msg">No external storage is available. Please make sure that external storage is mounted so that the app can work properly.</string> <string name="chapters_label">Chapters</string> + <string name="chapter_duration">Duration: %1$s</string> <string name="shownotes_label">Shownotes</string> <string name="description_label">Description</string> <string name="most_recent_prefix">Most recent episode:\u0020</string> |