diff options
author | ByteHamster <info@bytehamster.com> | 2017-04-15 14:32:33 +0200 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2017-04-15 14:32:37 +0200 |
commit | acf065b7cd54e065c8ee0eb105aa6286e95ff952 (patch) | |
tree | 4a572cd092d36cbe2e1fcdc5d8df5d4f8a425752 /core/src/main/res/values | |
parent | 09fc0debf141eee622e46fd1fb5ccb1ad2793bd2 (diff) | |
download | AntennaPod-acf065b7cd54e065c8ee0eb105aa6286e95ff952.zip |
Added duration to chapters list
Closes #2174
Diffstat (limited to 'core/src/main/res/values')
-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 d9b474de6..16334ca02 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -71,6 +71,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> |