diff options
author | 2009-10-27 15:11:35 -0700 | |
---|---|---|
committer | 2009-10-27 15:11:35 -0700 | |
commit | 7cb4bef587c53cf98b6aae2dd7e79138601acd30 (patch) | |
tree | 4488c25442901378e5b84e15cdd348b412a82245 | |
parent | 320f9e9134b7f01d90a1733c01f20ab3b9b60180 (diff) | |
parent | 7d92b6ffc513ba447683b127d3495b97d4a714f9 (diff) | |
download | latinime-7cb4bef587c53cf98b6aae2dd7e79138601acd30.tar.gz latinime-7cb4bef587c53cf98b6aae2dd7e79138601acd30.tar.xz latinime-7cb4bef587c53cf98b6aae2dd7e79138601acd30.zip |
am 7d92b6ff: Add missing "android:codes" in i.
Merge commit '7d92b6ffc513ba447683b127d3495b97d4a714f9' into eclair-mr2-plus-aosp
* commit '7d92b6ffc513ba447683b127d3495b97d4a714f9':
Add missing "android:codes" in i.
-rw-r--r-- | res/values/strings.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index ec9a8b731..753d0dc9e 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -126,7 +126,10 @@ <!-- Accented forms of "y" --> <string name="alternates_for_y">ýÿ</string> - <!-- Label to display on the "i" key --> + <!-- Label to display on the lower "i" key. + Usually you don't need to modify this value, but if your locale requires some variant + for this character (e.g. \\u131 "Latin Small Letter Dotoless i"), please modify this + value. --> <string name="key_i">i</string> <!-- Tip to long press on keys --> |