diff options
author | Andrew Lee <anwlee@google.com> | 2014-10-25 01:31:54 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-10-25 01:31:54 +0000 |
commit | 6b7f0a0bcccecab87a4c49cdeb6a870a59c40e47 (patch) | |
tree | 3042eaeb2002d806734844ed119f738a669f0a6d /res | |
parent | 2d06c9fd69c6321f827a00b69282be812f175fed (diff) | |
parent | 5847b66720850ac5fef89a4ce5386fb61d69a42e (diff) | |
download | android_packages_apps_Dialer-6b7f0a0bcccecab87a4c49cdeb6a870a59c40e47.tar.gz android_packages_apps_Dialer-6b7f0a0bcccecab87a4c49cdeb6a870a59c40e47.tar.bz2 android_packages_apps_Dialer-6b7f0a0bcccecab87a4c49cdeb6a870a59c40e47.zip |
am 5847b667: am f1621a2f: Show phone account settings for multiple sims.
* commit '5847b66720850ac5fef89a4ce5386fb61d69a42e':
Show phone account settings for multiple sims.
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index beb7fe209..7a88b98cb 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -804,10 +804,15 @@ <!-- Title of settings screen for managing the "Respond via SMS" feature. [CHAR LIMIT=30] --> <string name="respond_via_sms_setting_title">Quick responses</string> - <!-- Label for the call settings section [CHAR LIMIT=30]--> + <!-- Label for the call settings section [CHAR LIMIT=30] --> <string name="call_settings_label">Call settings</string> - <!-- Label for the call settings section description [CHAR LIMIT=80]--> + <!-- 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> </resources> |