Put individual account inboxes in widget rotation

Change-Id: If1fddc107d9934849bbf273a67dd1db9c2063d99
diff --git a/res/values/strings.xml b/res/values/strings.xml
index d2f60de..4356ed4 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -996,14 +996,14 @@
             example="12">%2$s</xliff:g></string>
 
     <!-- Widget -->
-    <!-- Instruction for how to move to different widget views [CHAR LIMIT=50] -->
-    <string name="widget_other_views">Tap icon to configure</string>
+    <!-- Instruction for how to move to different widget views [CHAR LIMIT=20] -->
+    <string name="widget_other_views">Tap icon to change</string>
     <!-- Header for the "All Mail" widget view (showing all of the user's mail) [CHAR LIMIT=20] -->
-    <string name="widget_all_mail">All Mail</string>
+    <string name="widget_all_mail">Combined Inbox</string>
     <!-- Header for the "Unread" widget view (showing all unread mail) [CHAR LIMIT=20] -->
-    <string name="widget_unread">All Unread</string>
+    <string name="widget_unread">Unread</string>
     <!-- Header for the "Starred" widget view (showing all starred mail) [CHAR LIMIT=20] -->
-    <string name="widget_starred">All Starred</string>
+    <string name="widget_starred">Starred</string>
     <!-- Shown when waiting for mail data to be loaded into the widget list view [CHAR LIMIT=20] -->
     <string name="widget_loading">Loading\u2026</string>