summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael W <baddaemon87@gmail.com>2017-01-15 01:34:06 +0100
committerMichael W <baddaemon87@gmail.com>2017-01-15 01:34:06 +0100
commit0245fca473a52df270bc7085718c18683363c097 (patch)
tree527d3546f2e4c682954dbaed5a77c059d336a675
parentebdfcc3ad4f47c251582f9a9288f661cf4470224 (diff)
downloadandroid_packages_services_Telephony-0245fca473a52df270bc7085718c18683363c097.tar.gz
android_packages_services_Telephony-0245fca473a52df270bc7085718c18683363c097.tar.bz2
android_packages_services_Telephony-0245fca473a52df270bc7085718c18683363c097.zip
Telephony: Fix translations
* Match CM13 strings Change-Id: Ie324054a3aafaafc87aae538a8a379422eda839b
-rw-r--r--res/values/cm_strings.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml
index cac76d070..32d447f98 100644
--- a/res/values/cm_strings.xml
+++ b/res/values/cm_strings.xml
@@ -61,7 +61,7 @@
<string name="preferred_network_mode_td_scdma_lte_choice">TD-SCDMA/LTE</string>
<string name="preferred_network_mode_td_scdma_wcdma_choice">TD-SCDMA/WCDMA</string>
<string name="preferred_network_mode_td_scdma_only_choice">TD-SCDMA only</string>
- <string name="preferred_network_mode_lte_wcdma_choice">LTE / WCDMA</string>
+ <string name="preferred_network_mode_lte_wcdma_choice">LTE/WCDMA</string>
<string name="preferred_network_mode_lte_choice">LTE</string>
<string name="preferred_network_mode_global_choice">Global</string>
<string name="preferred_network_mode_gsm_wcdma_lte_choice">GSM/WCDMA/LTE</string>
@@ -78,8 +78,8 @@
<string name="msim_mobile_network_settings_title">SIM %d mobile network settings</string>
<!-- Permission to modify network mode via intent -->
- <string name="perm_change_mobile_network">Change network mode</string>
- <string name="perm_change_mobile_network_desc">Allows an application to modify the current network mode.</string>
+ <string name="perm_change_mobile_network">change network mode</string>
+ <string name="perm_change_mobile_network_desc">Allows an app to modify the current network mode.</string>
<!-- Network mode picker dialog title -->
<string name="choose_network_mode_title">Choose network mode</string>