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