diff options
author | 2014-02-14 16:44:14 +0900 | |
---|---|---|
committer | 2014-03-25 13:02:09 +0900 | |
commit | 393efd94e5afe3ac3a03c72e40778a5e5c6ddec6 (patch) | |
tree | f13ac9071a0a4a626ec01e5a6e5a776345d32f0d /tests/res | |
parent | 37b9562fd7b593c90d7ab383ec650f39a7c0f621 (diff) | |
download | latinime-393efd94e5afe3ac3a03c72e40778a5e5c6ddec6.tar.gz latinime-393efd94e5afe3ac3a03c72e40778a5e5c6ddec6.tar.xz latinime-393efd94e5afe3ac3a03c72e40778a5e5c6ddec6.zip |
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
Diffstat (limited to 'tests/res')
-rw-r--r-- | tests/res/values/donottranslate.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/res/values/donottranslate.xml b/tests/res/values/donottranslate.xml index 3f7634a03..263d0af24 100644 --- a/tests/res/values/donottranslate.xml +++ b/tests/res/values/donottranslate.xml @@ -58,5 +58,5 @@ <string name="upper_indirect_string_with_literal">x,!TEXT/MULTIPLE_CHARS,y</string> <string name="upper_indirect2_string">!TEXT/UPPER_INDIRECT_STRING</string> <string name="upper_infinite_indirection">infinite,!TEXT/INFINITE_INDIRECTION,loop</string> - <string name="indirect_navigate_actions_as_more_key">!fixedColumnOrder!2,!text/action_previous_as_more_key,!text/action_next_as_more_key</string> + <string name="keyspec_indirect_navigate_actions">!fixedColumnOrder!2,!text/keyspec_action_previous,!text/keyspec_action_next</string> </resources> |