Edit to label for regional date format to "Regional" from "Normal"
Bug: 3471626

Change-Id: Ife611299a4ce0ce26d94d6fdd15581102a2e869f
diff --git a/res/values/strings.xml b/res/values/strings.xml
index b1b4b5c..06869de 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -338,7 +338,7 @@
 
     <!-- The option in the date-format picker for using the normal format
          called for by the user's locale. -->
-    <string name="normal_date_format">Normal (<xliff:g id="date" example="12-31-2009">%s</xliff:g>)</string>
+    <string name="normal_date_format">Regional (<xliff:g id="date" example="12-31-2009">%s</xliff:g>)</string>
 
     <!-- Label of preview text when tweaking font size -->
     <string name="display_preview_label">Preview:</string>