aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2010-11-04 03:09:09 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2010-11-04 03:09:09 -0700
commit9d34f2c72e27a422b7da0ebe09281816cd9e2cd6 (patch)
tree4b9cecca57e2a2f36f7b5ab6befe768a4c52ccc8 /java
parent5890ae11f1a4b03df43e4263992adeb2f808ab81 (diff)
parent03728d6d0f4ef4f598ad8b5beef0c31c472a45b2 (diff)
downloadlatinime-9d34f2c72e27a422b7da0ebe09281816cd9e2cd6.tar.gz
latinime-9d34f2c72e27a422b7da0ebe09281816cd9e2cd6.tar.xz
latinime-9d34f2c72e27a422b7da0ebe09281816cd9e2cd6.zip
Merge "Add [CHAR LIMIT] to some strings for key top"
Diffstat (limited to 'java')
-rw-r--r--java/res/values/strings.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/java/res/values/strings.xml b/java/res/values/strings.xml
index 1f73b159f..11f273df6 100644
--- a/java/res/values/strings.xml
+++ b/java/res/values/strings.xml
@@ -214,11 +214,11 @@
<string name="label_alt_key">ALT</string>
<!-- Label for Shift modifier key of symbol keyboard. Must be short to fit on key! -->
<string name="label_more_key">More</string>
- <!-- Label for "Tab" key. Must be short to fit on key! -->
+ <!-- Label for "Tab" key. Must be short to fit on key! [CHAR LIMIT=4]-->
<string name="label_tab_key">Tab</string>
- <!-- Label for "Pause" key of phone number keyboard. Must be short to fit on key! -->
+ <!-- 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! -->
+ <!-- Label for "Wait" key of phone number keyboard. Must be short to fit on key! [CHAR LIMIT=5]-->
<string name="label_wait_key">Wait</string>
<!-- Voice related labels -->