Add [CHAR LIMIT] comment to strings

Bug: 3245533
Change-Id: If4dc017f302b6a0e960818d4db6d616988bf802f
main
Tadashi G. Takaoka 2010-12-02 11:57:40 +09:00
parent 711abe6756
commit 7215c3bd40
1 changed files with 2 additions and 2 deletions

View File

@ -218,9 +218,9 @@
<string name="label_done_key">Done</string>
<!-- Label for soft enter key when it performs SEND action. Must be short to fit on key! -->
<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>
<!-- 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>
<!-- Label for "switch to alphabetic" key. Must be short to fit on key! -->
<string name="label_to_alpha_key">ABC</string>