aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml/row_qwerty4.xml
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2012-04-20 08:39:11 +0900
committerTadashi G. Takaoka <takaoka@google.com>2012-04-20 15:48:30 +0900
commit6bfd5f631908c4afd893c9b25b353e5e16c5fc0c (patch)
tree9dc066fff7aa501872f201fd31e337772eeb0f79 /java/res/xml/row_qwerty4.xml
parentcf41aff251ecc94b729307ede05208a104fcd8b0 (diff)
downloadlatinime-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/row_qwerty4.xml')
-rw-r--r--java/res/xml/row_qwerty4.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/res/xml/row_qwerty4.xml b/java/res/xml/row_qwerty4.xml
index c08518079..343e3eec9 100644
--- a/java/res/xml/row_qwerty4.xml
+++ b/java/res/xml/row_qwerty4.xml
@@ -51,9 +51,9 @@
<!-- latin:hasShortcutKey="false" -->
<default>
<Key
- latin:keyLabel="!label/keylabel_for_comma"
+ latin:keyLabel="!text/keylabel_for_comma"
latin:keyLabelFlags="hasPopupHint"
- latin:additionalMoreKeys="!label/more_keys_for_comma"
+ latin:additionalMoreKeys="!text/more_keys_for_comma"
latin:keyStyle="f1MoreKeysStyle" />
</default>
</switch>