diff options
author | Fyodor Kupolov <fkupolov@google.com> | 2015-06-10 15:33:40 -0700 |
---|---|---|
committer | Fyodor Kupolov <fkupolov@google.com> | 2015-06-10 15:33:40 -0700 |
commit | 7b4ce6af028df4fbf74a97f9e0051399fc8dbd5d (patch) | |
tree | 3bff29cd7d6a9e2e5919add0c2e7e44cc2627e89 /packages | |
parent | 03123839e46f329018bb6216070abe62fd2b7175 (diff) | |
download | frameworks_base-7b4ce6af028df4fbf74a97f9e0051399fc8dbd5d.zip frameworks_base-7b4ce6af028df4fbf74a97f9e0051399fc8dbd5d.tar.gz frameworks_base-7b4ce6af028df4fbf74a97f9e0051399fc8dbd5d.tar.bz2 |
Changed guest_notification_text string
Bug: 21758946
Change-Id: Id435a660edc92a01384587fec9ef4efc6552c5fa
Diffstat (limited to 'packages')
-rw-r--r-- | packages/SystemUI/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/res/values/strings.xml b/packages/SystemUI/res/values/strings.xml index 14c8262..1a9764e 100644 --- a/packages/SystemUI/res/values/strings.xml +++ b/packages/SystemUI/res/values/strings.xml @@ -844,7 +844,7 @@ <string name="guest_notification_title">Guest user</string> <!-- Text of the notification shown to a new guest user [CHAR LIMIT=60] --> - <string name="guest_notification_text">Remove guest to delete apps and data</string> + <string name="guest_notification_text">To delete apps and data, remove guest user</string> <!-- Remove action in the notification shown to a new guest user [CHAR LIMIT=30] --> <string name="guest_notification_remove_action">REMOVE GUEST</string> |