summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--res/values/cm_strings.xml12
-rw-r--r--res/values/strings.xml3
2 files changed, 7 insertions, 8 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml
index 65409309..acf62c89 100644
--- a/res/values/cm_strings.xml
+++ b/res/values/cm_strings.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
- Copyright (C) 2012-2013 The CyanogenMod Project
+ Copyright (C) 2012-2015 The CyanogenMod Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -46,16 +46,18 @@
<!-- This is a label on a menu item. Pressing this menu item allows the
user to go to the calendars to display [CHAR LIMIT=20] -->
- <string name="go_to">"Go to"</string>
+ <string name="go_to">Go to</string>
<!-- Sharing calendar event -->
<string name="cal_share_intent_title">Send event to:</string>
- <string name="cal_export_event_sdcard_title">Export to sdcard</string>
- <string name="cal_export_succ_msg">Event exported successfully : %1s</string>
+ <string name="cal_export_event_sdcard_title">Export to SD card</string>
+ <string name="cal_export_succ_msg">Event exported successfully: %1s</string>
<string name="cal_import_menu_title">Import event</string>
<string name="cal_nothing_to_import">Nothing to import</string>
<string name="cal_import_error_msg">Importing to calendar failed</string>
<string name="cal_pick_ics">Pick file to import</string>
-
+ <!-- Toast message displayed when ics file to share an event can't be generated -->
+ <string name="error_generating_ics">Problems encountered while sharing event</string>
+ <string name="share_label">Share</string>
</resources>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 1bd97e50..caec61b5 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -208,8 +208,6 @@
<string name="creating_event_with_guest">"Invitations will be sent."</string>
<!-- Toast message displayed when an existing event with guests is saved after being modified -->
<string name="saving_event_with_guest">"Updates will be sent."</string>
- <!-- Toast message displayed when ics file to share an event can't be generated -->
- <string name="error_generating_ics">"Problems encountered while sharing event"</string>
<!-- Toast message displayed responding to an event from an email as accepted
[CHAR LIMIT=50] -->
@@ -391,7 +389,6 @@
<!-- This is a menu button for switching into edit mode when viewing an event.
[CHAR LIMIT=10] -->
<string name="edit_label">"Edit"</string>
- <string name="share_label">"Share"</string>
<!-- The button label for deleting an event -->
<string name="delete_label">"Delete"</string>
<!-- A menu item for deleting an event -->