diff options
author | vbh <code@bindu.io> | 2021-12-01 21:17:37 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-01 22:17:37 +0100 |
commit | d4769620b74458ba355b2ae72717dca7caa0f132 (patch) | |
tree | b3818ae899d8eb3291185a3be17a0d6ab681e77f /core/src/main/res/values | |
parent | 561141cfffaacc159660578a46cb393d7be5bc68 (diff) | |
download | AntennaPod-d4769620b74458ba355b2ae72717dca7caa0f132.zip |
Add preference to show subscription title (#5538)
Diffstat (limited to 'core/src/main/res/values')
-rw-r--r-- | core/src/main/res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index 59b335bc8..86b3443f3 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -539,6 +539,8 @@ <string name="new_episode_notification_disabled">Notification disabled</string> <string name="pref_feed_settings_dialog_msg">This setting is unique to each podcast. You can change it by opening the podcast page.</string> <string name="pref_contribute">Contribute</string> + <string name="pref_show_subscription_title">Show Subscription Title</string> + <string name="pref_show_subscription_title_summary">Display the subscription title below the cover image.</string> <!-- About screen --> <string name="about_pref">About</string> |