From 6bfd5f631908c4afd893c9b25b353e5e16c5fc0c Mon Sep 17 00:00:00 2001 From: "Tadashi G. Takaoka" Date: Fri, 20 Apr 2012 08:39:11 +0900 Subject: 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 --- tests/res/values/donottranslate.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'tests/res') diff --git a/tests/res/values/donottranslate.xml b/tests/res/values/donottranslate.xml index 875a55804..3f7634a03 100644 --- a/tests/res/values/donottranslate.xml +++ b/tests/res/values/donottranslate.xml @@ -50,13 +50,13 @@ " \\abc , d\\ef , gh\\i " "ab\\\\,d\\\\\\,,g\\,i" " ab\\\\ , d\\\\\\, , g\\,i " - !label/multiple_chars - x,!label/multiple_chars,y - !label/indirect_string - infinite,!label/infinite_indirection,loop - !LABEL/MULTIPLE_CHARS - x,!LABEL/MULTIPLE_CHARS,y - !LABEL/UPPER_INDIRECT_STRING - infinite,!LABEL/INFINITE_INDIRECTION,loop - !fixedColumnOrder!2,!label/action_previous_as_more_key,!label/action_next_as_more_key + !text/multiple_chars + x,!text/multiple_chars,y + !text/indirect_string + infinite,!text/infinite_indirection,loop + !TEXT/MULTIPLE_CHARS + x,!TEXT/MULTIPLE_CHARS,y + !TEXT/UPPER_INDIRECT_STRING + infinite,!TEXT/INFINITE_INDIRECTION,loop + !fixedColumnOrder!2,!text/action_previous_as_more_key,!text/action_next_as_more_key -- cgit v1.2.3-83-g751a