frameworks/base
Révision | 730fc5b2c9b838ed06af303d0b907b16e7b9df1c (tree) |
---|---|
l'heure | 2019-12-18 11:07:12 |
Auteur | Jay Aliomer <aaliomer@goog...> |
Commiter | Jay Aliomer |
Battery Saver capitilized in tile
When the phone is in battery saver mode, the "Battery Saver" secondary
label should be capitalized
Test: manual
Fixes: 145694753
Change-Id: Ia88547aa05ad441b07da3044e7148e1a918c28b5
@@ -893,7 +893,7 @@ | ||
893 | 893 | <!-- QuickSettings: Label for the toggle to activate dark theme (A.K.A Dark Mode). [CHAR LIMIT=20] --> |
894 | 894 | <string name="quick_settings_ui_mode_night_label">Dark theme</string> |
895 | 895 | <!-- QuickSettings: Secondary text for the dark theme tile when enabled by battery saver. [CHAR LIMIT=20] --> |
896 | - <string name="quick_settings_dark_mode_secondary_label_battery_saver">Battery saver</string> | |
896 | + <string name="quick_settings_dark_mode_secondary_label_battery_saver">Battery Saver</string> | |
897 | 897 | <!-- QuickSettings: Secondary text for when the Dark Mode will be enabled at sunset. [CHAR LIMIT=20] --> |
898 | 898 | <string name="quick_settings_dark_mode_secondary_label_on_at_sunset">On at sunset</string> |
899 | 899 | <!-- QuickSettings: Secondary text for when the Dark Mode will be on until sunrise. [CHAR LIMIT=20] --> |