diff options
author | 2014-02-07 09:53:35 +0000 | |
---|---|---|
committer | 2014-02-07 09:53:35 +0000 | |
commit | 4e85476740104ae4b91c3d22df2fb0ee4ecd5c5b (patch) | |
tree | 6036aeb0b9703383d5461b48df63f46e587d7a99 /tools/make-keyboard-text | |
parent | a9e1db6636c69a9bf3c1a7bd6753781dd68bff0f (diff) | |
parent | a83a1feb62c4b4ff1a7cf5b6f58ad115491de76f (diff) | |
download | latinime-4e85476740104ae4b91c3d22df2fb0ee4ecd5c5b.tar.gz latinime-4e85476740104ae4b91c3d22df2fb0ee4ecd5c5b.tar.xz latinime-4e85476740104ae4b91c3d22df2fb0ee4ecd5c5b.zip |
Merge "Consolidate keyIcon and code with keyLabel attribute"
Diffstat (limited to 'tools/make-keyboard-text')
-rw-r--r-- | tools/make-keyboard-text/res/values/donottranslate-more-keys.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/make-keyboard-text/res/values/donottranslate-more-keys.xml b/tools/make-keyboard-text/res/values/donottranslate-more-keys.xml index 2b7ef7ccc..46eab571a 100644 --- a/tools/make-keyboard-text/res/values/donottranslate-more-keys.xml +++ b/tools/make-keyboard-text/res/values/donottranslate-more-keys.xml @@ -196,8 +196,8 @@ <string name="shortcut_as_more_key">!icon/shortcut_key|!code/key_shortcut</string> <string name="action_next_as_more_key">!hasLabels!,\@string/label_next_key|!code/key_action_next</string> <string name="action_previous_as_more_key">!hasLabels!,\@string/label_previous_key|!code/key_action_previous</string> - <!-- Label for "switch to more symbol" modifier key. Must be short to fit on key! --> - <string name="label_to_more_symbol_key">= \\ <</string> + <!-- Label for "switch to more symbol" modifier key ("= \ <"). Must be short to fit on key! --> + <string name="label_to_more_symbol_key">= \\\\ <</string> <!-- Label for "switch to more symbol" modifier key on tablets. Must be short to fit on key! --> <string name="label_to_more_symbol_for_tablet_key">~ [ <</string> <!-- Label for "Tab" key. Must be short to fit on key! --> |