Merge "Fix bug #16214216 Titles in Settings should be sentence case"
diff --git a/res/values/strings.xml b/res/values/strings.xml
index b35115b..dc7a889 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -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>