diff options
author | 2012-04-20 08:39:11 +0900 | |
---|---|---|
committer | 2012-04-20 15:48:30 +0900 | |
commit | 6bfd5f631908c4afd893c9b25b353e5e16c5fc0c (patch) | |
tree | 9dc066fff7aa501872f201fd31e337772eeb0f79 /java/res/xml/keys_parentheses.xml | |
parent | cf41aff251ecc94b729307ede05208a104fcd8b0 (diff) | |
download | latinime-6bfd5f631908c4afd893c9b25b353e5e16c5fc0c.tar.gz latinime-6bfd5f631908c4afd893c9b25b353e5e16c5fc0c.tar.xz latinime-6bfd5f631908c4afd893c9b25b353e5e16c5fc0c.zip |
Fix confusable "label" usage, use "text" instead
* Rename makelabel tool to maketext
* Rename KeyboardLablesSet class to KeyboardTextsSet
* Rename "!label/name" to "!text/name"
Change-Id: Ia9494a89fe56f20ca8e8fedb253adbcf8b771bd3
Diffstat (limited to 'java/res/xml/keys_parentheses.xml')
-rw-r--r-- | java/res/xml/keys_parentheses.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/res/xml/keys_parentheses.xml b/java/res/xml/keys_parentheses.xml index 17d72859c..25e89c930 100644 --- a/java/res/xml/keys_parentheses.xml +++ b/java/res/xml/keys_parentheses.xml @@ -24,9 +24,9 @@ <Key latin:keyLabel="(" latin:code="!code/key_left_parenthesis" - latin:moreKeys="!label/more_keys_for_left_parenthesis" /> + latin:moreKeys="!text/more_keys_for_left_parenthesis" /> <Key latin:keyLabel=")" latin:code="!code/key_right_parenthesis" - latin:moreKeys="!label/more_keys_for_right_parenthesis" /> + latin:moreKeys="!text/more_keys_for_right_parenthesis" /> </merge> |