aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/attachment-reminder/ChangeLog5
-rw-r--r--plugins/attachment-reminder/org-gnome-attachment-reminder.errors.xml8
2 files changed, 9 insertions, 4 deletions
diff --git a/plugins/attachment-reminder/ChangeLog b/plugins/attachment-reminder/ChangeLog
index 44f27f14b6..3fc10c69c0 100644
--- a/plugins/attachment-reminder/ChangeLog
+++ b/plugins/attachment-reminder/ChangeLog
@@ -1,3 +1,8 @@
+2007-07-17 Sankar P <psankar@novell.com>
+
+ * org-gnome-attachment-reminder.errors.xml:
+ Changed the string "Cancel" to "Continue Editing"
+
2007-07-10 Sankar P <psankar@novell.com>
* org-gnome-attachment-reminder.errors.xml:
diff --git a/plugins/attachment-reminder/org-gnome-attachment-reminder.errors.xml b/plugins/attachment-reminder/org-gnome-attachment-reminder.errors.xml
index 6116898815..438470302a 100644
--- a/plugins/attachment-reminder/org-gnome-attachment-reminder.errors.xml
+++ b/plugins/attachment-reminder/org-gnome-attachment-reminder.errors.xml
@@ -2,10 +2,10 @@
<error-list domain="org.gnome.evolution.plugins.attachment_reminder" default="GTK_RESPONSE_YES">
<error id="attachment-reminder" type="info">
- <_title>Attachment Reminder</_title>
- <_primary>Message has no attachments</_primary>
- <_secondary>Evolution has found some keywords that suggest that this message should contain an attachment, but cannot find one.</_secondary>
- <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
+ <title>Attachment Reminder</title>
+ <primary>Message has no attachments</primary>
+ <secondary>Evolution has found some keywords that suggest that this message should contain an attachment, but cannot find one.</secondary>
+ <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL" label="_Continue Editing"/>
<button response="GTK_RESPONSE_YES" label="_Send"></button>
</error>
</error-list>