diff options
author | 2013-02-28 14:42:29 -0800 | |
---|---|---|
committer | 2013-02-28 14:42:29 -0800 | |
commit | 14a0018d9db0f8d48013a33d96838591b3f1b87b (patch) | |
tree | 6cfe496200dc2f7f1fd634ca2f275ffe98042446 /java | |
parent | 5a2f14fd11583becc93b855fd2a227bcde4de240 (diff) | |
parent | 100b6ae5cadee35720a44c071211a436e7b8c80a (diff) | |
download | latinime-14a0018d9db0f8d48013a33d96838591b3f1b87b.tar.gz latinime-14a0018d9db0f8d48013a33d96838591b3f1b87b.tar.xz latinime-14a0018d9db0f8d48013a33d96838591b3f1b87b.zip |
am 100b6ae5: am 8ef4774a: Merge "Revert "Fix description of setup wizard 1st step"" into jb-mr2-dev
* commit '100b6ae5cadee35720a44c071211a436e7b8c80a':
Revert "Fix description of setup wizard 1st step"
Diffstat (limited to 'java')
-rw-r--r-- | java/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/res/values/strings.xml b/java/res/values/strings.xml index 7d4d8594d..f7d34c8e3 100644 --- a/java/res/values/strings.xml +++ b/java/res/values/strings.xml @@ -415,7 +415,7 @@ <string name="setup_step1_bullet">1</string> <!-- Title of the 1st step in the setup wizard. [CHAR LIMIT=64] --> <string name="setup_step1_title">"Enable <xliff:g id="application_name">%s</xliff:g> in settings."</string> - <!-- Detailed instruction of the 1st step in the setup wizard. "Check application_name" means "enable application_name by ticking the checkbox". [CHAR LIMIT=80] --> + <!-- Detailed instruction of the 1st step in the setup wizard. [CHAR LIMIT=80] --> <string name="setup_step1_instruction">"For security, please check \"<xliff:g id="application_name">%s</xliff:g>\""</string> <!-- Ordinal number of the 2nd step in the setup wizard. [CHAR LIMIT=5] --> <string name="setup_step2_bullet">2</string> |