Fix bug #16214216 Titles in Settings should be sentence case

- updated strings.xml
- also verified that all strings containing an "&" are behaving the
same way

Change-Id: Ic0503050a941ef72885b952d4937d105d532e4dc
This commit is contained in:
Fabrice Di Meglio
2014-07-10 15:33:26 -07:00
parent e6b336d1a0
commit ae9a9c1642

View File

@@ -44,7 +44,7 @@
<!-- Category headings in left-pane header menu --> <skip /> <!-- Category headings in left-pane header menu --> <skip />
<!-- Settings main menu category heading. Wireless and networks (Wi-Fi, Bluetooth, data usage...). [CHAR LIMIT=40] --> <!-- Settings main menu category heading. Wireless and networks (Wi-Fi, Bluetooth, data usage...). [CHAR LIMIT=40] -->
<string name="header_category_wireless_networks">Wireless &amp; Networks</string> <string name="header_category_wireless_networks">Wireless &amp; networks</string>
<!-- Settings main menu category heading. Device (Sound, display, battery, applications...). [CHAR LIMIT=40] --> <!-- Settings main menu category heading. Device (Sound, display, battery, applications...). [CHAR LIMIT=40] -->
<string name="header_category_device">Device</string> <string name="header_category_device">Device</string>
<!-- Settings main menu category heading. Personal (Accounts, security, language, backup...). [CHAR LIMIT=40] --> <!-- Settings main menu category heading. Personal (Accounts, security, language, backup...). [CHAR LIMIT=40] -->
@@ -5181,7 +5181,7 @@
<!-- Sounds and Notification --> <!-- Sounds and Notification -->
<!-- Sound & notification: Settings header. [CHAR LIMIT=20] --> <!-- Sound & notification: Settings header. [CHAR LIMIT=20] -->
<string name="notification_settings">Sound &amp; Notification</string> <string name="notification_settings">Sound &amp; notification</string>
<!-- Sound & notification > Sound section: Title for the option managing media volume. [CHAR LIMIT=30] --> <!-- Sound & notification > Sound section: Title for the option managing media volume. [CHAR LIMIT=30] -->
<string name="media_volume_option_title">Media volume</string> <string name="media_volume_option_title">Media volume</string>