diff options
author | 2013-08-26 12:08:08 +0900 | |
---|---|---|
committer | 2013-08-26 12:08:08 +0900 | |
commit | 59f49b38618fc5efd8e00b2511246834b3859a19 (patch) | |
tree | 30e2cbb64fa99cebabca81d6d4c193ccabc8e833 /tools/make-keyboard-text | |
parent | 73c2948113e27cf3945033049f098a1f5b060338 (diff) | |
download | latinime-59f49b38618fc5efd8e00b2511246834b3859a19.tar.gz latinime-59f49b38618fc5efd8e00b2511246834b3859a19.tar.xz latinime-59f49b38618fc5efd8e00b2511246834b3859a19.zip |
Remove symbols shifted related unused texts and styles
This is a follow up of I7fe6520e4e.
Bug: 9059539
Change-Id: I1b2cdc4f6ae2f59fabc75c38f43e2b2512b08721
Diffstat (limited to 'tools/make-keyboard-text')
-rw-r--r-- | tools/make-keyboard-text/res/values/donottranslate-more-keys.xml | 4 |
1 files changed, 0 insertions, 4 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 349baba1c..fa9739b2d 100644 --- a/tools/make-keyboard-text/res/values/donottranslate-more-keys.xml +++ b/tools/make-keyboard-text/res/values/donottranslate-more-keys.xml @@ -185,10 +185,6 @@ <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 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! --> <string name="label_tab_key">Tab</string> <!-- Label for "switch to phone numeric" key. Must be short to fit on key! --> |