diff options
author | ByteHamster <info@bytehamster.com> | 2018-04-13 15:39:51 +0200 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2018-04-13 15:39:51 +0200 |
commit | c9fdc05784b5f8c4eb7ec5be9cbde4a684e64a99 (patch) | |
tree | 78d840f077e1d384f2a52ad37b2c7e7069c6126d /core/src/main/res | |
parent | 4e63bfb11c3c1e44fdb15660a264625162fa899c (diff) | |
download | AntennaPod-c9fdc05784b5f8c4eb7ec5be9cbde4a684e64a99.zip |
Split feed info and settings
Diffstat (limited to 'core/src/main/res')
-rw-r--r-- | core/src/main/res/values/strings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index aa36eab33..d959a5a6f 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -122,6 +122,9 @@ <string name="mark_all_seen_msg">Marked all Episodes as seen</string> <string name="mark_all_seen_confirmation_msg">Please confirm that you want to mark all episodes as seen.</string> <string name="show_info_label">Show information</string> + <string name="show_feed_settings_label">Show feed settings</string> + <string name="feed_info_label">Feed info</string> + <string name="feed_settings_label">Feed settings</string> <string name="rename_feed_label">Rename Podcast</string> <string name="remove_feed_label">Remove Podcast</string> <string name="share_label">Share…</string> |