summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/values
diff options
context:
space:
mode:
authorFyodor Kupolov <fkupolov@google.com>2015-06-10 22:34:51 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-06-10 22:34:53 +0000
commit50baf43eeb6bbdedca21000a439194ba21ce69f0 (patch)
tree241e020133f4ba5d6a8e2122edbc2f5b86d2a881 /packages/SystemUI/res/values
parent5f2c415fbdaf11e37b1b07298bc037cfcb5fa579 (diff)
parent7b4ce6af028df4fbf74a97f9e0051399fc8dbd5d (diff)
downloadframeworks_base-50baf43eeb6bbdedca21000a439194ba21ce69f0.zip
frameworks_base-50baf43eeb6bbdedca21000a439194ba21ce69f0.tar.gz
frameworks_base-50baf43eeb6bbdedca21000a439194ba21ce69f0.tar.bz2
Merge "Changed guest_notification_text string" into mnc-dev
Diffstat (limited to 'packages/SystemUI/res/values')
-rw-r--r--packages/SystemUI/res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/res/values/strings.xml b/packages/SystemUI/res/values/strings.xml
index d972111..a2a2e5f 100644
--- a/packages/SystemUI/res/values/strings.xml
+++ b/packages/SystemUI/res/values/strings.xml
@@ -850,7 +850,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>