diff options
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> |