aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/attachment-reminder/ChangeLog7
-rw-r--r--plugins/attachment-reminder/org-gnome-attachment-reminder.error.xml2
2 files changed, 8 insertions, 1 deletions
diff --git a/plugins/attachment-reminder/ChangeLog b/plugins/attachment-reminder/ChangeLog
index 221d27e612..92ed2b6413 100644
--- a/plugins/attachment-reminder/ChangeLog
+++ b/plugins/attachment-reminder/ChangeLog
@@ -1,3 +1,10 @@
+2008-04-07 Ambuj Chitranshi <ambuj_1075@yahoo.co.in>
+
+ ** Fix for bug #484793
+
+ * org-gnome-attachment-reminder.error.xml:
+ String change: "Continue Editing" -> "Edit Message"
+
2008-02-03 Matthew Barnes <mbarnes@redhat.com>
* attachment-reminder.c (org_gnome_evolution_attachment_reminder):
diff --git a/plugins/attachment-reminder/org-gnome-attachment-reminder.error.xml b/plugins/attachment-reminder/org-gnome-attachment-reminder.error.xml
index 4b349bd409..654078167b 100644
--- a/plugins/attachment-reminder/org-gnome-attachment-reminder.error.xml
+++ b/plugins/attachment-reminder/org-gnome-attachment-reminder.error.xml
@@ -5,7 +5,7 @@
<_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 stock="gtk-cancel" response="GTK_RESPONSE_CANCEL" _label="_Edit Message"/>
<button response="GTK_RESPONSE_YES" _label="_Send"></button>
</error>
</error-list>