diff options
author | 2013-09-06 15:03:19 +0900 | |
---|---|---|
committer | 2013-09-06 16:43:19 +0900 | |
commit | 98565a9c02175ac8b669e88433191a0e22a395e0 (patch) | |
tree | ccb40e4981710063f8822205449c6f6d29a2c443 /tools/make-keyboard-text | |
parent | 1c6b9582f400fcbe2f3dfa08ecbfbbc974a210e7 (diff) | |
download | latinime-98565a9c02175ac8b669e88433191a0e22a395e0.tar.gz latinime-98565a9c02175ac8b669e88433191a0e22a395e0.tar.xz latinime-98565a9c02175ac8b669e88433191a0e22a395e0.zip |
Optimize tablet layout
Bug: 9059539
Change-Id: Ideb6965768fcf092c081eb1d3102312c863cc5b6
Diffstat (limited to 'tools/make-keyboard-text')
-rw-r--r-- | tools/make-keyboard-text/res/values/donottranslate-more-keys.xml | 2 |
1 files changed, 1 insertions, 1 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 107f57b66..a4c2f126d 100644 --- a/tools/make-keyboard-text/res/values/donottranslate-more-keys.xml +++ b/tools/make-keyboard-text/res/values/donottranslate-more-keys.xml @@ -190,7 +190,7 @@ <!-- 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> + <string name="label_to_more_symbol_for_tablet_key">~ [ {</string> <!-- Label for "Tab" key. Must be short to fit on key! --> <string name="label_tab_key">Tab</string> <!-- Label for "switch to phone numeric" key. Must be short to fit on key! --> |