Merge "Add strings for color temperature developer option" into mnc-dr1.5-dev
am: 0c38aca074

* commit '0c38aca074d0e069eb214abc91eeb024b5121b73':
  Add strings for color temperature developer option
diff --git a/res/values/strings.xml b/res/values/strings.xml
index ddc8ded..87f7a1f 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -5970,6 +5970,7 @@
     <string name="keywords_default_apps">apps default</string>
     <string name="keywords_ignore_optimizations">ignore optimizations doze app standby</string>
     <string name="keywords_color_mode">vibrant rgb srgb color natural standard</string>
+    <string name="keywords_color_temperature">color temperature D65 D73 white yellow blue warm cool</string>
     <!-- Search keywords for different screen unlock modes : slide to unlock, password, pattern and PIN [CHAR LIMIT=none] -->
     <string name="keywords_lockscreen">slide password pattern pin</string>
 
@@ -7044,4 +7045,10 @@
 
     <!-- Description of feature to change color setting for the display [CHAR LIMIT=NONE] -->
     <string name="picture_color_mode_desc">Use sRGB</string>
+
+    <!-- Name of the setting to change the display's color temperature -->
+    <string name="color_temperature">Display color temperature</string>
+
+    <!-- Description of the setting to change the display's color temperature -->
+    <string name="color_temperature_desc">Enable cool temperature</string>
 </resources>