summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Miller <jaggies@google.com>2015-06-16 17:39:04 -0700
committerJim Miller <jaggies@google.com>2015-06-16 17:39:04 -0700
commit231eb5956645747d2ef95e24e2a01efc43b14edd (patch)
tree3ffeb51fd48389ac55ede32be2168de6cad42c15
parentb1c6208c27041e6d161cc46b4f130b4abfcf8f88 (diff)
downloadframeworks_base-231eb5956645747d2ef95e24e2a01efc43b14edd.zip
frameworks_base-231eb5956645747d2ef95e24e2a01efc43b14edd.tar.gz
frameworks_base-231eb5956645747d2ef95e24e2a01efc43b14edd.tar.bz2
Clarification in i10n description for adding a dot to the pattern
Fixes bug 21865115 Change-Id: I093336d3e70dba5143af153aa3cb727ce33471a4
-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 2908cc5..9162810 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>