diff options
author | Michael Bestas <mikeioannina@cyanogenmod.org> | 2016-06-02 15:46:02 +0300 |
---|---|---|
committer | Michael Bestas <mikeioannina@cyanogenmod.org> | 2016-06-02 15:46:02 +0300 |
commit | 1bd8d6707841dd1ef8fbb42b96a624550387e91a (patch) | |
tree | c620901096712ba9995956b2b8576617131aab08 /res/values | |
parent | 13b63aedb2352163d8f3ca4f09cdf1ca7b54d7c4 (diff) | |
download | packages_apps_Settings-1bd8d6707841dd1ef8fbb42b96a624550387e91a.zip packages_apps_Settings-1bd8d6707841dd1ef8fbb42b96a624550387e91a.tar.gz packages_apps_Settings-1bd8d6707841dd1ef8fbb42b96a624550387e91a.tar.bz2 |
Lockscreen -> lock screen
Change-Id: I1653d92869f4cfd37f3758be178b856a1031cb9b
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/cm_strings.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml index 4b97f89..b3c02f5 100644 --- a/res/values/cm_strings.xml +++ b/res/values/cm_strings.xml @@ -1218,9 +1218,9 @@ <string name="lockscreen_blur_enabled_title">Lock screen blur</string> <!-- Per app controls for LP keyguard notifications --> - <string name="app_notification_show_on_keyguard_title">Show on lockscreen</string> - <string name="app_notification_show_on_keyguard_summary">Show notifications from this app on the lockscreen</string> - <string name="app_notification_no_ongoing_on_keyguard_title">Disable persistent notification on lockscreen</string> - <string name="app_notification_no_ongoing_on_keyguard_summary">Never show persistent notifications from this app on the lockscreen</string> + <string name="app_notification_show_on_keyguard_title">Show on lock screen</string> + <string name="app_notification_show_on_keyguard_summary">Show notifications from this app on the lock screen</string> + <string name="app_notification_no_ongoing_on_keyguard_title">Disable persistent notification on lock screen</string> + <string name="app_notification_no_ongoing_on_keyguard_summary">Never show persistent notifications from this app on the lock screen</string> </resources> |