Skip to content

Commit

Permalink
Telephony: Fix translations
Browse files Browse the repository at this point in the history
* Match CM13 strings

Change-Id: Ie324054a3aafaafc87aae538a8a379422eda839b
  • Loading branch information
BadDaemon committed Jan 15, 2017
1 parent ebdfcc3 commit 0245fca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions res/values/cm_strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down

0 comments on commit 0245fca

Please sign in to comment.