diff options
| author | 2017-01-09 12:52:47 +0000 | |
|---|---|---|
| committer | 2017-01-09 12:52:51 +0000 | |
| commit | b0181b634eccb341a4d573ea80e29ced431e9acb (patch) | |
| tree | c9f22c4a04ec17f15523acfeb9731f0935e6b5f4 | |
| parent | a303af44f956de593b70bcc7412f213a7c8ab2c4 (diff) | |
| parent | 8a28aa54c709936321bfaf63694d5efb3409bd7c (diff) | |
Merge "Fix message for screen unpinning" into nyc-mr2-dev
| -rw-r--r-- | core/res/res/values/strings.xml | 2 |
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 & hold Back.</string> + <string name="lock_to_app_toast">To unpin this screen, touch & 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. --> |