Skip to content
Snippets Groups Projects
Commit 7215c3bd authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Add [CHAR LIMIT] comment to strings

Bug: 3245533
Change-Id: If4dc017f302b6a0e960818d4db6d616988bf802f
parent 711abe67
No related branches found
No related tags found
No related merge requests found
...@@ -218,9 +218,9 @@ ...@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment