diff options
| author | 2012-03-30 16:07:17 -0700 | |
|---|---|---|
| committer | 2012-03-30 16:07:17 -0700 | |
| commit | 96695f9ba04f85b24f906c59673e92f00f89adbe (patch) | |
| tree | f287616ef963c004690826c7773f70fc17817950 | |
| parent | 3d275af3c3996f80816142628c380f79a9606c51 (diff) | |
| parent | a2ef47f1c6d0c9ede002626bbe3bc8fb9fe59b76 (diff) | |
Merge "Added "slide" to slide-to-unlock spoken instructions."
| -rwxr-xr-x | core/res/res/values/strings.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index 2848999dcf20..89196642b471 100755 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -3285,13 +3285,13 @@ <string name="content_description_sliding_handle">"Sliding handle. Touch & hold."</string> <!-- Description of the up direction in which one can to slide the handle in the Slide unlock screen. [CHAR LIMIT=NONE] --> - <string name="description_direction_up">Up for <xliff:g id="target_description" example="Unlock">%s</xliff:g>.</string> + <string name="description_direction_up">Slide up for <xliff:g id="target_description" example="Unlock">%s</xliff:g>.</string> <!-- Description of the down direction in which one can to slide the handle in the Slide unlock screen. [CHAR LIMIT=NONE] --> - <string name="description_direction_down">Down for <xliff:g id="target_description" example="Unlock">%s</xliff:g>.</string> + <string name="description_direction_down">Slide down for <xliff:g id="target_description" example="Unlock">%s</xliff:g>.</string> <!-- Description of the left direction in which one can to slide the handle in the Slide unlock screen. [CHAR LIMIT=NONE] --> - <string name="description_direction_left">"Left for <xliff:g id="target_description" example="Unlock">%s</xliff:g>.</string> + <string name="description_direction_left">"Slide left for <xliff:g id="target_description" example="Unlock">%s</xliff:g>.</string> <!-- Description of the right direction in which one can to slide the handle in the Slide unlock screen. [CHAR LIMIT=NONE] --> - <string name="description_direction_right">Right for <xliff:g id="target_description" example="Unlock">%s</xliff:g>.</string> + <string name="description_direction_right">Slide right for <xliff:g id="target_description" example="Unlock">%s</xliff:g>.</string> <!-- Description of the unlock target in the Slide unlock screen. [CHAR LIMIT=NONE] --> <string name="description_target_unlock">Unlock</string> |