Fix bug #15330860 “More...” item in Settings should not have an icon

- update the string to say "NFC & more"

Change-Id: Ic61e4a85cc6dfd6f32443656d9fb3ef5f9577a6e
This commit is contained in:
Fabrice Di Meglio
2014-05-29 19:19:52 -07:00
parent aa66e80944
commit 09786c529b

View File

@@ -608,7 +608,7 @@
<!-- Wireless controls settings screen, setting check box label --> <!-- Wireless controls settings screen, setting check box label -->
<string name="airplane_mode">Airplane mode</string> <string name="airplane_mode">Airplane mode</string>
<!-- Main Settings screen settings title for things like airplane mode, tethering, NFC, VPN. This will take you to another screen with those settings. --> <!-- Main Settings screen settings title for things like airplane mode, tethering, NFC, VPN. This will take you to another screen with those settings. -->
<string name="radio_controls_title">More</string> <string name="radio_controls_title">NFC &amp; more</string>
<!-- Wireless Settings screen title for things like Wi-Fi, bluetooth, airplane mode. --> <!-- Wireless Settings screen title for things like Wi-Fi, bluetooth, airplane mode. -->
<string name="wireless_networks_settings_title">Wireless &amp; networks</string> <string name="wireless_networks_settings_title">Wireless &amp; networks</string>
<!-- Main Settings screen settings summary text for the "Wireless controls" setting --> <!-- Main Settings screen settings summary text for the "Wireless controls" setting -->