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

Commit ac3720ce authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Fix layout switch keys' label of no language subtype keyboard

This change moves the following string from resources to
KeyboardTextsSet.
- label_to_alpha_key
- label_to_symbols_key
- label_to_symbols_with_microphone_key

Bug: 7697799
Change-Id: Icf9b8848de4c70f792e336f2ae274dab12be79ee
parent 0c2b8ad5
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -147,13 +147,6 @@
    <string name="label_done_key">Done</string>
    <!-- Label for soft enter key when it performs SEND action.  Must be short to fit on key! [CHAR LIMIT=5] -->
    <string name="label_send_key">Send</string>
    <!-- Label for "switch to alphabetic" key.  Must be short to fit on key! [CHAR LIMIT=3] -->
    <string name="label_to_alpha_key">ABC</string>
    <!-- Label for "switch to symbols" key.  Must be short to fit on key! [CHAR LIMIT=4] -->
    <string name="label_to_symbol_key">\?123</string>
    <!-- Label for "switch to symbols with microphone" key. This string shouldn't include the "mic"
         part because it'll be appended by the code. Must be short to fit on key! [CHAR LIMIT=3] -->
    <string name="label_to_symbol_with_microphone_key">123</string>
    <!-- Label for "Pause" key of phone number keyboard.  Must be short to fit on key! [CHAR LIMIT=5] -->
    <string name="label_pause_key">Pause</string>
    <!-- Label for "Wait" key of phone number keyboard.  Must be short to fit on key! [CHAR LIMIT=5]-->
Loading