diff options
author | Danny Baumann <dannybaumann@web.de> | 2016-04-15 08:37:18 +0200 |
---|---|---|
committer | Gerrit Code Review <gerrit@cyanogenmod.org> | 2016-04-15 06:41:26 -0700 |
commit | 52a2fb4413c4b636d07a2d667143d8749211a147 (patch) | |
tree | f66ef44eaa28f10ae4ca3ce28fc7490a282ffb68 /res/values | |
parent | cf8e3dffaecb7cdb5a684727805fc05bb6c2575c (diff) | |
download | packages_apps_Settings-52a2fb4413c4b636d07a2d667143d8749211a147.zip packages_apps_Settings-52a2fb4413c4b636d07a2d667143d8749211a147.tar.gz packages_apps_Settings-52a2fb4413c4b636d07a2d667143d8749211a147.tar.bz2 |
Restore double tap to wake string from CM 12.1.
The AOSP strings/translations of that feature are inconsistent to those
of the double tap to sleep feature, so replace the string to keep the
translations consistent.
As the same string exists in cm-12.1, all translations are already
present and will automatically be added in the next translation sync.
Change-Id: I613941b586fe60ea6b29e2695120359295289615
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/cm_strings.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml index ae97862..337c31c 100644 --- a/res/values/cm_strings.xml +++ b/res/values/cm_strings.xml @@ -588,6 +588,10 @@ <string name="disable_navkeys_title">Enable on-screen nav bar</string> <string name="disable_navkeys_summary">Enable on-screen navigation bar and disable hardware buttons</string> + <!-- tap-to-wake --> + <string name="double_tap_to_wake_title">Double-tap to wake</string> + <string name="double_tap_to_wake_summary">Double-tap on the screen to turn on the display</string> + <!-- tap-to-sleep --> <string name="double_tap_to_sleep_title">Double-tap to sleep</string> <string name="double_tap_to_sleep_summary">Double-tap on the status bar to turn off the display</string> |