summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorNancy Chen <nancychen@google.com>2014-11-11 12:17:05 -0800
committerNancy Chen <nancychen@google.com>2014-11-11 15:19:09 -0800
commit97670b46b3958cec0d07cfc17133fdda313ddf3e (patch)
tree52c0a292adca4ed6370a964d5a6d073208a8eae4 /res/values
parent050e2a8d5aef356b7b7b35ab5242669dd7a79dfd (diff)
downloadpackages_apps_Dialer-97670b46b3958cec0d07cfc17133fdda313ddf3e.tar.gz
packages_apps_Dialer-97670b46b3958cec0d07cfc17133fdda313ddf3e.tar.bz2
packages_apps_Dialer-97670b46b3958cec0d07cfc17133fdda313ddf3e.zip
Remove summary/secondary text from settings.
Per settings design guildelines, we should not be using the second line to describe the contents of a setting with subscreen navigation (this second line is now used for just status). Remove these second lines from the dialer settings UI. Bug: 17446974 Change-Id: Idbeace64c088805a19a77b1438dd66a618387848
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml11
1 files changed, 1 insertions, 10 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 2a45efab8..317e578af 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -671,9 +671,6 @@
<!-- Label for the general dialer settings section [CHAR LIMIT=30]-->
<string name="general_settings_label">General</string>
- <!-- Label for the general dialer settings section description [CHAR LIMIT=80]-->
- <string name="general_settings_description">Contact display, sounds, and quick responses</string>
-
<!-- Title for "Contact display options" category, which is shown above options which
manipulate how contacts are shown. [CHAR LIMIT=40] -->
<string name="contact_display_options_category_title">Contact display options</string>
@@ -701,12 +698,6 @@
<!-- Label for the call settings section [CHAR LIMIT=30] -->
<string name="call_settings_label">Calls</string>
- <!-- Label for the call settings section description [CHAR LIMIT=80] -->
- <string name="call_settings_description">Voicemail, call waiting, and others</string>
-
<!-- Label for the phone account settings [CHAR LIMIT=30] -->
- <string name="phone_account_settings_label">Phone account settings</string>
-
- <!-- Label for the phone account settings description [CHAR LIMIT=80] -->
- <string name="phone_account_settings_description">Manage SIM and call settings</string>
+ <string name="phone_account_settings_label">Calling accounts</string>
</resources>