am 1313d17d: Small tweak for label_to_more_symbol_for_tablet_key
* commit '1313d17d37af040fff9e2d430e00556fb667b56c': Small tweak for label_to_more_symbol_for_tablet_keymain
commit
28b8bbde3c
|
@ -383,7 +383,7 @@ public final class KeyboardTextsSet {
|
|||
// Label for "switch to more symbol" modifier key. Must be short to fit on key!
|
||||
/* 124 */ "= \\ <",
|
||||
// Label for "switch to more symbol" modifier key on tablets. Must be short to fit on key!
|
||||
/* 125 */ "~ [ {",
|
||||
/* 125 */ "~ [ <",
|
||||
// Label for "Tab" key. Must be short to fit on key!
|
||||
/* 126 */ "Tab",
|
||||
// Label for "switch to phone numeric" key. Must be short to fit on key!
|
||||
|
|
|
@ -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! -->
|
||||
|
|
Loading…
Reference in New Issue