OmniGears: Use more consistent caps and punctuation in strings.
Chage the text of several menu options to avoid Title Case, and
remove nonstandard periods from the end of menu summary texts.
Change-Id: Ie9f6131d0c76ad818fce2942e578dd0a73378d50
diff --git a/res/values/custom_strings.xml b/res/values/custom_strings.xml
index 807589d..97005a8 100644
--- a/res/values/custom_strings.xml
+++ b/res/values/custom_strings.xml
@@ -217,15 +217,15 @@
<!-- Power Menu Options-->
<string name="bars_and_menus_category_power_menu_title">Power menu</string>
<string name="power_menu_toggle_screenshot_title">Screenshot</string>
- <string name="power_menu_toggle_screenshot_summary">Show screenshot option in Power Menu</string>
- <string name="power_menu_toggle_screenrecord_title">Screen Record</string>
- <string name="power_menu_toggle_screenrecord_summary">Show screen Record option in Power Menu</string>
- <string name="power_menu_toggle_mobile_data_title">Mobile Data</string>
- <string name="power_menu_toggle_mobile_data_summary">Show Mobile Data option in Power Menu</string>
+ <string name="power_menu_toggle_screenshot_summary">Show screenshot option in power menu</string>
+ <string name="power_menu_toggle_screenrecord_title">Screen record</string>
+ <string name="power_menu_toggle_screenrecord_summary">Show screen record option in power menu</string>
+ <string name="power_menu_toggle_mobile_data_title">Mobile data</string>
+ <string name="power_menu_toggle_mobile_data_summary">Show mobile data option in power menu</string>
<string name="power_menu_toggle_airplane_mode_title">Airplane mode</string>
- <string name="power_menu_toggle_airplane_mode_summary">Show Airplane option in Power Menu</string>
+ <string name="power_menu_toggle_airplane_mode_summary">Show airplane option in power menu</string>
<string name="power_menu_toggle_sound_toggles_title">Sound toggles</string>
- <string name="power_menu_toggle_sound_toggles_summary">Show sound toggles in Power Menu</string>
+ <string name="power_menu_toggle_sound_toggles_summary">Show sound toggles in power menu</string>
<!-- Active Display Notifications -->
<string name="ad_settings_title">Active display</string>
@@ -234,30 +234,30 @@
<string name="ad_enable_summary_on">Active display enabled</string>
<string name="ad_enable_summary_off">Active display disabled</string>
<string name="ad_text_title">Notification text</string>
- <string name="ad_text_summary">Show the notification text around the ring.</string>
+ <string name="ad_text_summary">Show the notification text around the ring</string>
<string name="ad_all_notifications_title">All notifications</string>
- <string name="ad_all_notifications_summary">Show all notifications including ongoing, non-clearable notifications.</string>
+ <string name="ad_all_notifications_summary">Show all notifications including ongoing, non-clearable notifications</string>
<string name="ad_hide_low_priority_title">Hide low priority</string>
<string name="ad_hide_low_priority_title">Hide low priority</string>
- <string name="ad_hide_low_priority_summary">Hide low priority notifications such as those from Google Now.</string>
+ <string name="ad_hide_low_priority_summary">Hide low priority notifications such as those from Google Now</string>
<string name="ad_pocket_mode_title">Pocket mode</string>
- <string name="ad_pocket_mode_summary">Show active display notifications when you take the device out of your pocket.</string>
+ <string name="ad_pocket_mode_summary">Show active display notifications when you take the device out of your pocket</string>
<string name="ad_redisplay_title">Redisplay notifications</string>
<string name="ad_timeout_title">Display timeout</string>
<string name="ad_threshold_title">Threshold to proximity</string>
<string name="ad_brightness_title">Notification brightness</string>
<string name="ad_customizations_title">Customizations</string>
<string name="ad_excluded_apps_title">Excluded applications</string>
- <string name="ad_excluded_apps_summary">Excluded applications will not show up in active display.</string>
+ <string name="ad_excluded_apps_summary">Excluded applications will not show up in active display</string>
<string name="ad_show_date_title">Show date</string>
<string name="ad_show_ampm_title">Show AM/PM</string>
<string name="ad_sunlight_mode_title">Sunlight mode</string>
- <string name="ad_brightness_summary">Brightness level for displaying notifications when automatic brightness is not enabled.</string>
+ <string name="ad_brightness_summary">Brightness level for displaying notifications when automatic brightness is not enabled</string>
<string name="ad_show_date_summary">Show the date above the clock</string>
<string name="ad_show_ampm_summary">Show AM/PM indicator next to time when using 12hour format</string>
- <string name="ad_sunlight_mode_summary">Invert the colors when in areas with bright light such as direct sunlight.</string>
+ <string name="ad_sunlight_mode_summary">Invert the colors when in areas with bright light such as direct sunlight</string>
<string name="ad_turnoff_mode_title">Turn off display</string>
- <string name="ad_turnoff_mode_summary">Turn off display if the device gets pocketed again and was turned on by Active Display.</string>
+ <string name="ad_turnoff_mode_summary">Turn off display if the device gets pocketed again and was turned on by active display</string>
<string name="ad_redisplay_never">Never</string>
<string name="ad_redisplay_1m">1 minute</string>
<string name="ad_redisplay_5m">5 minutes</string>