summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2015-08-05 17:52:33 -0700
committerAndrew Lee <anwlee@google.com>2015-10-15 17:07:11 -0700
commita22e9cde39a6dc6298b4f96a63040a5ef47e7f29 (patch)
treeab3c00357f62c36baa7941a3c95e47393cfdd80d /res
parent67c3279ef96d40cdef4f203f33044affc168a502 (diff)
downloadandroid_packages_services_Telephony-a22e9cde39a6dc6298b4f96a63040a5ef47e7f29.tar.gz
android_packages_services_Telephony-a22e9cde39a6dc6298b4f96a63040a5ef47e7f29.tar.bz2
android_packages_services_Telephony-a22e9cde39a6dc6298b4f96a63040a5ef47e7f29.zip
DO NOT MERGE Shorten "Call settings" string.
This is a clean cherry-pick; already submitted to master. Bug: 22251420 Change-Id: Ia6b9c60543596e73ae887cb0b0754ef39ee87132
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 6eaf0511e..d71025de2 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -260,7 +260,7 @@
<!-- Toast in Call settings when asked to launch settings for a secondary user -->
<string name="call_settings_primary_user_only">Call settings can only be changed by the primary user.</string>
<!-- Title of the "Call settings" settings screen, with a text label identifying which SIM the settings are for. -->
- <string name="call_settings_with_label">Call settings (<xliff:g id="subscriptionlabel" example="Verizon">%s</xliff:g>)</string>
+ <string name="call_settings_with_label">Settings (<xliff:g id="subscriptionlabel" example="Mock Carrier">%s</xliff:g>)</string>
<!-- Title of the alert dialog displayed if an error occurs while updating Call settings -->
<string name="error_updating_title">Call settings error</string>
<!-- Toast in Call settings dialog while settings are being read -->