diff options
author | Tom Hennen <tom.hennen@gmail.com> | 2016-03-26 14:14:22 -0400 |
---|---|---|
committer | Tom Hennen <tom.hennen@gmail.com> | 2016-03-26 14:14:22 -0400 |
commit | 1b030be7a01e40206d74c205d9994e47ea3f6406 (patch) | |
tree | 230f7bb0031fcbf7178573cd9877dd2073af42ad /core/src/main/res | |
parent | 193f58376d23381b108a33c1a1a5132ae41e154f (diff) | |
download | AntennaPod-1b030be7a01e40206d74c205d9994e47ea3f6406.zip |
normalized case in 'show subscriptions' title
Diffstat (limited to 'core/src/main/res')
-rw-r--r-- | core/src/main/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index 7c40c7d1a..7db689512 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -384,7 +384,7 @@ <string name="pref_expandNotify_sum">Always expand the notification to show playback buttons.</string> <string name="pref_persistNotify_title">Persistent Playback Controls</string> <string name="pref_persistNotify_sum">Keep notification and lockscreen controls when playback is paused.</string> - <string name="pref_show_subscriptions_in_drawer_title">Show subscriptions</string> + <string name="pref_show_subscriptions_in_drawer_title">Show Subscriptions</string> <string name="pref_show_subscriptions_in_drawer_sum">Show subscription list directly in navigation drawer</string> <string name="pref_lockscreen_background_title">Set Lockscreen Background</string> <string name="pref_lockscreen_background_sum">Set the lockscreen background to the current episode\'s image. As a side effect, this will also show the image in third party apps.</string> |