Rename text resources consistently
- keylabel_<key>, the key label text of the <key>
- keyspec_<key>, the key specification of the <key>
- keyhintlabel_<key>, the hint label text of the <key>
- morekeys_<key>, the more keys specifications of the <key>
- additional_morekeys_<key>, the additional more keys specification of
the <key>
Change-Id: Ib2127f21fa33a2568e8a6eba65cfdb2cf78b480e
diff --git a/java/res/xml/rowkeys_symbols2.xml b/java/res/xml/rowkeys_symbols2.xml
index fe8653d..8119158 100644
--- a/java/res/xml/rowkeys_symbols2.xml
+++ b/java/res/xml/rowkeys_symbols2.xml
@@ -46,8 +46,8 @@
<Key
latin:keyStyle="currencyKeyStyle" />
<Key
- latin:keySpec="!text/keylabel_for_symbols_percent"
- latin:moreKeys="!text/more_keys_for_symbols_percent" />
+ latin:keySpec="!text/keyspec_symbols_percent"
+ latin:moreKeys="!text/morekeys_symbols_percent" />
<Key
latin:keySpec="&" />
<!-- U+2013: "–" EN DASH
@@ -58,7 +58,7 @@
latin:moreKeys="_,–,—,·" />
<Key
latin:keySpec="+"
- latin:moreKeys="!text/more_keys_for_plus" />
+ latin:moreKeys="!text/morekeys_plus" />
<include
latin:keyboardLayout="@xml/keys_parentheses" />
</merge>