summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Miller <jaggies@google.com>2015-06-17 00:40:57 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-06-17 00:40:59 +0000
commit42376d6482804ac240fc84a75e50e7fae478b744 (patch)
treefb12149cc936bb6e99737743e799b3233fec615b
parentb93205a0df921521828ce1ea1798c57585fa1226 (diff)
parent231eb5956645747d2ef95e24e2a01efc43b14edd (diff)
downloadframeworks_base-42376d6482804ac240fc84a75e50e7fae478b744.zip
frameworks_base-42376d6482804ac240fc84a75e50e7fae478b744.tar.gz
frameworks_base-42376d6482804ac240fc84a75e50e7fae478b744.tar.bz2
Merge "Clarification in i10n description for adding a dot to the pattern" into mnc-dev
-rw-r--r--core/res/res/values/strings.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml
index fb0455d..510f6a5 100644
--- a/core/res/res/values/strings.xml
+++ b/core/res/res/values/strings.xml
@@ -1969,9 +1969,9 @@
<string name="lockscreen_access_pattern_start">Pattern started</string>
<!-- Accessibility description sent when the pattern times out and is cleared. [CHAR LIMIT=NONE] -->
<string name="lockscreen_access_pattern_cleared">Pattern cleared</string>
- <!-- Accessibility description sent when user adds a cell to the pattern. [CHAR LIMIT=NONE] -->
+ <!-- Accessibility description sent when user adds a dot to the pattern. [CHAR LIMIT=NONE] -->
<string name="lockscreen_access_pattern_cell_added">Cell added</string>
- <!-- Accessibility description sent when user adds a cell to the pattern. Announces the
+ <!-- Accessibility description sent when user adds a dot to the pattern. Announces the
actual cell when headphones are connected [CHAR LIMIT=NONE] -->
<string name="lockscreen_access_pattern_cell_added_verbose">
Cell <xliff:g id="cell_index" example="3">%1$s</xliff:g> added</string>