summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Jorim Jaggi <jjaggi@google.com> 2017-01-09 12:52:47 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2017-01-09 12:52:51 +0000
commitb0181b634eccb341a4d573ea80e29ced431e9acb (patch)
treec9f22c4a04ec17f15523acfeb9731f0935e6b5f4
parenta303af44f956de593b70bcc7412f213a7c8ab2c4 (diff)
parent8a28aa54c709936321bfaf63694d5efb3409bd7c (diff)
Merge "Fix message for screen unpinning" into nyc-mr2-dev
-rw-r--r--core/res/res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml
index 382f9023a703..094539894360 100644
--- a/core/res/res/values/strings.xml
+++ b/core/res/res/values/strings.xml
@@ -4192,7 +4192,7 @@
<string name="date_picker_day_typeface">sans-serif-medium</string>
<!-- Notify use that they are in Lock-to-app -->
- <string name="lock_to_app_toast">To unpin this screen, touch &amp; hold Back.</string>
+ <string name="lock_to_app_toast">To unpin this screen, touch &amp; hold Back and Overview.</string>
<!-- Notify user that they are locked in lock-to-app mode -->
<string name="lock_to_app_toast_locked">App is pinned: Unpinning isn\'t allowed on this device.</string>
<!-- Starting lock-to-app indication. -->