diff options
author | Veeti Paananen <veeti.paananen@rojekti.fi> | 2013-06-20 21:15:58 +0300 |
---|---|---|
committer | Veeti Paananen <veeti.paananen@rojekti.fi> | 2013-06-20 21:15:58 +0300 |
commit | ca07787b1a85b4571052b762f2038e128ace52ec (patch) | |
tree | f3da439f650b9b254c199c7880c8fe6eb770cd83 /res | |
parent | 69dc6c69579cca878f93edcdcf5b02a5a6f9e249 (diff) | |
download | packages_apps_settings-ca07787b1a85b4571052b762f2038e128ace52ec.zip packages_apps_settings-ca07787b1a85b4571052b762f2038e128ace52ec.tar.gz packages_apps_settings-ca07787b1a85b4571052b762f2038e128ace52ec.tar.bz2 |
Shorten clumsy and repetitive gesture strings
Change-Id: I77e4d980bcb2f2ed64169450e2de225d9ab3c079
Diffstat (limited to 'res')
-rw-r--r-- | res/values/cm_strings.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml index 1d3efa1..e417e45 100644 --- a/res/values/cm_strings.xml +++ b/res/values/cm_strings.xml @@ -904,8 +904,8 @@ two in order to insert additional control points. \'Remove\' deletes the selecte <string name="gestures_settings_title">Stylus gestures</string> <string name="category_spen_title">Stylus gestures</string> <string name="enable_subcat_title">Stylus</string> - <string name="enable_spen_title_head">Enable stylus gestures</string> - <string name="enable_spen_summary_head">Launch custom actions with stylus button swipe gestures. Warning: apps will not be able to receive input fired by holding the stylus button</string> + <string name="enable_spen_title_head">Enable gestures</string> + <string name="enable_spen_summary_head">Use swipe gestures by holding down the stylus button</string> <string name="gestures_subcat_title">Gestures</string> <string name="gestures_left_spen_title_head">Left swipe</string> <string name="gestures_left_spen_summary_head">Launch custom action on left swipe</string> @@ -922,9 +922,9 @@ two in order to insert additional control points. \'Remove\' deletes the selecte <!-- Gestures Options --> <string name="gestures_action_empty">No action</string> - <string name="gestures_action_home">Emulate home key</string> - <string name="gestures_action_back">Emulate back key</string> - <string name="gestures_action_menu">Emulate menu key</string> + <string name="gestures_action_home">Home</string> + <string name="gestures_action_back">Back</string> + <string name="gestures_action_menu">Menu</string> <string name="gestures_action_search">Invoke search</string> <string name="gestures_action_recent">Recent apps</string> |