summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res
diff options
context:
space:
mode:
authorJohn Spurlock <jspurlock@google.com>2015-06-21 10:46:28 -0400
committerJohn Spurlock <jspurlock@google.com>2015-06-21 10:46:28 -0400
commitcbd7a31a4440eea6d1f648a9e54e55677547ab7b (patch)
treea47ba5fa6275aa8a89264e0d389fb880d5e2f392 /packages/SystemUI/res
parent76ac32389360695ede23a9403aeb19bd3746e74d (diff)
downloadframeworks_base-cbd7a31a4440eea6d1f648a9e54e55677547ab7b.zip
frameworks_base-cbd7a31a4440eea6d1f648a9e54e55677547ab7b.tar.gz
frameworks_base-cbd7a31a4440eea6d1f648a9e54e55677547ab7b.tar.bz2
Zen: Tweak total silence new user message for non-voice devices.
Bug: 21953388 Change-Id: I395af64b175b22fc58d80529cdbb12ebd9e00115
Diffstat (limited to 'packages/SystemUI/res')
-rw-r--r--packages/SystemUI/res/values/strings.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/packages/SystemUI/res/values/strings.xml b/packages/SystemUI/res/values/strings.xml
index 47c642d..5c9f866 100644
--- a/packages/SystemUI/res/values/strings.xml
+++ b/packages/SystemUI/res/values/strings.xml
@@ -751,8 +751,11 @@
<!-- Zen mode: Priority only customization button label -->
<string name="zen_priority_customize_button">Customize</string>
- <!-- Zen mode: Total silence introduction message on first use -->
- <string name="zen_silence_introduction">This blocks ALL sounds and vibrations, including from alarms, music, videos, and games. You’ll still be able to make phone calls.</string>
+ <!-- Zen mode: Total silence introduction message on first use (voice capable devices) -->
+ <string name="zen_silence_introduction_voice">This blocks ALL sounds and vibrations, including from alarms, music, videos, and games. You’ll still be able to make phone calls.</string>
+
+ <!-- Zen mode: Total silence introduction message on first use (non-voice capable devices) -->
+ <string name="zen_silence_introduction">This blocks ALL sounds and vibrations, including from alarms, music, videos, and games.</string>
<!-- Text for overflow card on Keyguard when there is not enough space for all notifications on Keyguard. [CHAR LIMIT=1] -->
<string name="keyguard_more_overflow_text">+<xliff:g id="number_of_notifications" example="5">%d</xliff:g></string>