Merge "Fix bug #16214216 Titles in Settings should be sentence case"
This commit is contained in:
committed by
Android (Google) Code Review
commit
1ff5ab4d52
@@ -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