summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Wickham <twickham@google.com>2017-06-08 19:18:40 +0000
committerTony Wickham <twickham@google.com>2017-06-08 19:18:40 +0000
commit58c174692f0e742b7565fbebf47802c471273d4a (patch)
tree4bf4dc39d088ae2f79769e23abd90936ab842e76
parentca20dc56b762bb445a6628f184d22fff6a4bc5a3 (diff)
parent85b64c7da0f1134fdbae954acbc2925c1433566a (diff)
downloadandroid_packages_apps_Trebuchet-58c174692f0e742b7565fbebf47802c471273d4a.tar.gz
android_packages_apps_Trebuchet-58c174692f0e742b7565fbebf47802c471273d4a.tar.bz2
android_packages_apps_Trebuchet-58c174692f0e742b7565fbebf47802c471273d4a.zip
Updating icon badging string to "Notification dots" am: 85b64c7da0
Change-Id: Ied60704fb927cd03201d362283d6a1e9264aa58d
-rw-r--r--res/values/strings.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 24a7b881a..da6da04c2 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -172,12 +172,12 @@
<string name="allow_rotation_desc">When phone is rotated</string>
<!-- Text explaining that rotation is disabled in Display settings. 'Display' refers to the Display section in system settings [CHAR LIMIT=100] -->
<string name="allow_rotation_blocked_desc">Current Display setting doesn\'t permit rotation</string>
- <!-- Title for Icon Badging setting. Tapping this will link to the system Notifications Settings screen where the user can turn off badging globally. [CHAR LIMIT=50] -->
- <string name="icon_badging_title">Icon badging</string>
+ <!-- Title for Notification dots setting. Tapping this will link to the system Notifications settings screen where the user can turn off notification dots globally. [CHAR LIMIT=50] -->
+ <string name="icon_badging_title">Notification dots</string>
<!-- Text to indicate that the system icon badging setting is on [CHAR LIMIT=100] -->
- <string name="icon_badging_desc_on">On for all apps</string>
+ <string name="icon_badging_desc_on">On</string>
<!-- Text to indicate that the system icon badging setting is off [CHAR LIMIT=100] -->
- <string name="icon_badging_desc_off">Off for all apps</string>
+ <string name="icon_badging_desc_off">Off</string>
<!-- Label for the setting that allows the automatic placement of launcher shortcuts for applications and games installed on the device [CHAR LIMIT=40] -->
<string name="auto_add_shortcuts_label">Add icon to Home screen</string>