Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1313d17d authored by Ken Wakasa's avatar Ken Wakasa
Browse files

Small tweak for label_to_more_symbol_for_tablet_key

To make it a bit more consistent with the one for phones

Change-Id: Ia5775b07a0d70cabc5c51ff2b954c64ce4dc8c7c
parent cdc2ce8c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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!
+1 −1
Original line number Diff line number Diff line
@@ -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">= \\ &lt;</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">~ [ &lt;</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! -->