diff options
author | Michael W <baddaemon87@gmail.com> | 2016-04-07 00:59:38 +0200 |
---|---|---|
committer | Gerrit Code Review <gerrit@cyanogenmod.org> | 2016-04-07 13:08:21 -0700 |
commit | 467fae0d11044f3642779ae8dfdd1172c8ea3161 (patch) | |
tree | b11bc710c49b919bee6ebd54d0e48a86f192c946 /res/values | |
parent | 8b7fda7bd00cbebeb15455b0b8c3655ea09a10dd (diff) | |
download | packages_apps_Settings-467fae0d11044f3642779ae8dfdd1172c8ea3161.zip packages_apps_Settings-467fae0d11044f3642779ae8dfdd1172c8ea3161.tar.gz packages_apps_Settings-467fae0d11044f3642779ae8dfdd1172c8ea3161.tar.bz2 |
Add explanation for customizing apps
Settings->Display & LEDs->Notification light->Apps
Currently this is header only if no apps are added yet.
Populate it with an explanation when it's empty.
Change-Id: I83193dfdd01f05bcd1d597033ef710a1b0eb7e82
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/cm_strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml index 44c7548..a390a9a 100644 --- a/res/values/cm_strings.xml +++ b/res/values/cm_strings.xml @@ -310,6 +310,7 @@ <!-- Lights settings, LED notification --> <string name="led_notification_title">Light settings</string> <string name="led_notification_text">LED light enabled by settings</string> + <string name="notification_light_no_apps_summary">To add per app control, activate \'%1$s\' and press \'\u002b\' on the menu bar</string> <!-- Setting checkbox title for Whether to enable Android debugging support on the phone. --> <string name="enable_adb_cm">Android debugging</string> |