diff options
author | Sanket Padawe <sanketpadawe@google.com> | 2014-10-15 11:25:34 -0700 |
---|---|---|
committer | Sanket Padawe <sanketpadawe@google.com> | 2014-10-20 12:33:50 -0700 |
commit | 9d276ca5972a07058c01f9e6a009956ad9f177f9 (patch) | |
tree | e94b46ff647cfde7e683c92b81c4e04692748433 /res | |
parent | 6b68b000da5db8df9228ae9f589dfb1f2b38759b (diff) | |
download | packages_apps_Settings-9d276ca5972a07058c01f9e6a009956ad9f177f9.zip packages_apps_Settings-9d276ca5972a07058c01f9e6a009956ad9f177f9.tar.gz packages_apps_Settings-9d276ca5972a07058c01f9e6a009956ad9f177f9.tar.bz2 |
Changing settings UI changes related to strings to be displayed
Change-Id: I4e722d7cac3914ce93ad28c806787851949028bd
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index c475e24..3c0c8e8 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -5487,7 +5487,7 @@ <!-- Name label of Sim Editor. [CHAR LIMIT=40] --> <string name="sim_editor_name">SIM name</string> <!-- Title label of Sim Editor. [CHAR LIMIT=40] --> - <string name="sim_editor_title">SIM card</string> + <string name="sim_editor_title">SIM slot %1$d</string> <!-- Carrier label of Sim Editor. [CHAR LIMIT=40] --> <string name="sim_editor_carrier">Carrier</string> <!-- Number label of Sim Editor. [CHAR LIMIT=40] --> @@ -5522,7 +5522,7 @@ <string name="preferred_network_offload_popup">Disabling Network Name Broadcast will prevent automatic connection to hidden networks.</string> <!-- This is a divider in the SIM cards preferences that is the header of various settings where the user chooses which SIM to use for phone calls, data, and SMS messages [CHAR LIMIT=50] --> - <string name="sim_pref_divider">Activities</string> + <string name="sim_pref_divider">Preferred SIM for</string> <!-- When a user chooses this "Ask first" preference for the SIM to use for phone calls, they'll be prompted to choose a SIM every time they initiate a call [CHAR LIMIT=50] --> <string name="sim_calls_ask_first_prefs_title">Ask first</string> <!-- When a SIM preference hasn't been selected yet, this string is displayed as the pref summary until the user chooses a SIM subscription from the preference list [CHAR LIMIT=50] --> |