diff options
author | 2013-02-28 07:55:53 +0000 | |
---|---|---|
committer | 2013-02-28 07:55:53 +0000 | |
commit | 3516a1f6ddcb9cc608b2e783143f5f4eded31a1f (patch) | |
tree | d9f5c4bf4a6cc20d859d1a91ebf2cecebeda3f7a /java | |
parent | 18e21d58f7c0b5c5c001835c093221c573a841c4 (diff) | |
parent | b5f4cac53266e6c3783b6a0ff62f40f2e293c24f (diff) | |
download | latinime-3516a1f6ddcb9cc608b2e783143f5f4eded31a1f.tar.gz latinime-3516a1f6ddcb9cc608b2e783143f5f4eded31a1f.tar.xz latinime-3516a1f6ddcb9cc608b2e783143f5f4eded31a1f.zip |
Merge "Fix description of setup wizard 1st step" into jb-mr2-dev
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 f7d34c8e3..7d4d8594d 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. [CHAR LIMIT=80] --> + <!-- Detailed instruction of the 1st step in the setup wizard. "Check application_name" means "enable application_name by ticking the checkbox". [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> |