Small tweak for label_to_more_symbol_for_tablet_key
To make it a bit more consistent with the one for phones Change-Id: Ia5775b07a0d70cabc5c51ff2b954c64ce4dc8c7cmain
parent
cdc2ce8c89
commit
1313d17d37
|
@ -383,7 +383,7 @@ public final class KeyboardTextsSet {
|
||||||
// Label for "switch to more symbol" modifier key. Must be short to fit on key!
|
// Label for "switch to more symbol" modifier key. Must be short to fit on key!
|
||||||
/* 124 */ "= \\ <",
|
/* 124 */ "= \\ <",
|
||||||
// Label for "switch to more symbol" modifier key on tablets. Must be short to fit on key!
|
// 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!
|
// Label for "Tab" key. Must be short to fit on key!
|
||||||
/* 126 */ "Tab",
|
/* 126 */ "Tab",
|
||||||
// Label for "switch to phone numeric" key. Must be short to fit on key!
|
// 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! -->
|
<!-- Label for "switch to more symbol" modifier key. Must be short to fit on key! -->
|
||||||
<string name="label_to_more_symbol_key">= \\ <</string>
|
<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! -->
|
<!-- 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! -->
|
<!-- Label for "Tab" key. Must be short to fit on key! -->
|
||||||
<string name="label_tab_key">Tab</string>
|
<string name="label_tab_key">Tab</string>
|
||||||
<!-- Label for "switch to phone numeric" key. Must be short to fit on key! -->
|
<!-- Label for "switch to phone numeric" key. Must be short to fit on key! -->
|
||||||
|
|
Loading…
Reference in New Issue