b/2983706 Improve on the calendar not synced UI
Changed the string from "Open event" to details in event pop-up

Change-Id: I49448d9a59eca90ae42431b7ad7887c66d4037aa
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 0659c22..9305926 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -159,7 +159,7 @@
     <!-- Message displayed to user when an account with Calendars is not being auto-synced
         [CHAR LIMIT=120]-->
     <string name="acct_not_synced">This account is not being synced and your calendars may
-        not update correctly.</string>
+        not be up to date.</string>
     <!-- Label on button that takes user to the Accounts and Sync settings page [CHAR LIMIT=60] -->
     <string name="accounts">Accounts &amp; sync</string>
 
@@ -294,7 +294,7 @@
     <skip />
     <!-- This is the title of a popup window that is displayed when the user
          edits a repeating event. [CHAR LIMIT=20]-->
-    <string name="edit_event_label">"Open event"</string>
+    <string name="edit_event_label">"Details"</string>
     <!-- The button label for deleting an event -->
     <string name="delete_label">"Delete"</string>
     <!-- A menu item for deleting an event -->