Add [CHAR LIMIT] comment to strings
Bug: 3245533 Change-Id: If4dc017f302b6a0e960818d4db6d616988bf802fmain
parent
711abe6756
commit
7215c3bd40
|
@ -218,9 +218,9 @@
|
||||||
<string name="label_done_key">Done</string>
|
<string name="label_done_key">Done</string>
|
||||||
<!-- Label for soft enter key when it performs SEND action. Must be short to fit on key! -->
|
<!-- Label for soft enter key when it performs SEND action. Must be short to fit on key! -->
|
||||||
<string name="label_send_key">Send</string>
|
<string name="label_send_key">Send</string>
|
||||||
<!-- Label for "switch to symbols" key. Must be short to fit on key! -->
|
<!-- Label for "switch to symbols" key. Must be short to fit on key! [CHAR LIMIT=4] -->
|
||||||
<string name="label_to_symbol_key">\?123</string>
|
<string name="label_to_symbol_key">\?123</string>
|
||||||
<!-- Label for "switch to numeric" key. Must be short to fit on key! -->
|
<!-- Label for "switch to numeric" key. Must be short to fit on key! [CHAR LIMIT=4] -->
|
||||||
<string name="label_phone_key">123</string>
|
<string name="label_phone_key">123</string>
|
||||||
<!-- Label for "switch to alphabetic" key. Must be short to fit on key! -->
|
<!-- Label for "switch to alphabetic" key. Must be short to fit on key! -->
|
||||||
<string name="label_to_alpha_key">ABC</string>
|
<string name="label_to_alpha_key">ABC</string>
|
||||||
|
|
Loading…
Reference in New Issue