diff options
author | saqura <saqura@saqura.xyz> | 2016-04-03 01:02:03 +0200 |
---|---|---|
committer | saqura <saqura@saqura.xyz> | 2016-04-03 01:02:03 +0200 |
commit | e215e162ad6c833ad3d3c5953e35e294eea8f25d (patch) | |
tree | 5f7069b83e95a400c7c1d2720f9cbe9d5516afa4 /core/src/main/res | |
parent | 4d47ba640550714968fbb4e5c07ab913474db6c0 (diff) | |
download | AntennaPod-e215e162ad6c833ad3d3c5953e35e294eea8f25d.zip |
Update lock screen button preference summary
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 25da5ec1d..6edc8b32b 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -385,7 +385,7 @@ <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_notification_buttons_title">Select Notification Buttons</string> - <string name="pref_notification_buttons_sum">Change the playback buttons on the lock screen notification.</string> + <string name="pref_notification_buttons_sum">Change the playback buttons on the lock screen notification. The play/pause button is always included.</string> <string name="pref_notification_buttons_dialog_title">Select a maximum of %1$d items</string> <string name="pref_notification_buttons_dialog_error">You can only select a maximum of %1$d items.</string> <string name="pref_show_subscriptions_in_drawer_title">Show Subscriptions</string> |