diff options
author | 2013-10-03 13:37:51 -0700 | |
---|---|---|
committer | 2013-10-03 13:37:51 -0700 | |
commit | f6c2a0fe59444eb85a7e658ce36bf40edd8605da (patch) | |
tree | 4b226cd9a6fb278091558ef163ce2d2aaa889131 /java | |
parent | f28ca53b33098a87938fc9eafff5577e6c02a822 (diff) | |
parent | afa565119cd3e8fd7f92ee22033932fc8e8d47d4 (diff) | |
download | latinime-f6c2a0fe59444eb85a7e658ce36bf40edd8605da.tar.gz latinime-f6c2a0fe59444eb85a7e658ce36bf40edd8605da.tar.xz latinime-f6c2a0fe59444eb85a7e658ce36bf40edd8605da.zip |
am afa56511: Merge "Update string comments for translation"
* commit 'afa565119cd3e8fd7f92ee22033932fc8e8d47d4':
Update string comments for translation
Diffstat (limited to 'java')
-rw-r--r-- | java/res/values/strings.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/java/res/values/strings.xml b/java/res/values/strings.xml index 06f4b4789..a779c6efa 100644 --- a/java/res/values/strings.xml +++ b/java/res/values/strings.xml @@ -174,10 +174,10 @@ <!-- Spoken description when there is no text entered --> <string name="spoken_no_text_entered">No text entered</string> - <!-- Spoken description to let the user know what auto-correction will be performed when a key is pressed. --> - <string name="spoken_auto_correct"><xliff:g id="key" example="Space">%1$s</xliff:g> corrects <xliff:g id="original">%2$s</xliff:g> to <xliff:g id="corrected">%3$s</xliff:g></string> + <!-- Spoken description to let the user know what auto-correction will be performed when a key is pressed. An auto-correction replaces a single word with one or more words. --> + <string name="spoken_auto_correct"><xliff:g id="key" example="Space">%1$s</xliff:g> corrects <xliff:g id="original_word">%2$s</xliff:g> to <xliff:g id="corrected">%3$s</xliff:g></string> <!-- Spoken description used during obscured (e.g. password) entry to let the user know that auto-correction will be performed when a key is pressed. --> - <string name="spoken_auto_correct_obscured"><xliff:g id="key" example="Space">%1$s</xliff:g> has auto-correction</string> + <string name="spoken_auto_correct_obscured"><xliff:g id="key" example="Space">%1$s</xliff:g> performs auto-correction</string> <!-- Spoken description for unknown keyboard keys. --> <string name="spoken_description_unknown">Key code %d</string> |