b/1565071 Rename the string "Presence" to "Show me as" to match the web ui for Calendar.
diff --git a/res/values/strings.xml b/res/values/strings.xml
index e6d2d22..5ec3c66 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -213,7 +213,7 @@
     <string name="description_label">Description</string>
     <!-- Label for the 'Presence' of an event, which can be either 'busy' (the default)
          or 'available' -->
-    <string name="presence_label">Presence</string>
+    <string name="presence_label">Show me as</string>
     <!-- Label for the 'Privacy' of an event, which can be either 'private'
          or 'public' -->
     <string name="privacy_label">Privacy</string>