diff options
author | Suman Manjunath <msuman@src.gnome.org> | 2008-04-07 17:25:59 +0800 |
---|---|---|
committer | Suman Manjunath <msuman@src.gnome.org> | 2008-04-07 17:25:59 +0800 |
commit | d4ec8ecc409c339e0a2e7777965cfa1596e38655 (patch) | |
tree | 46427f89c7abf0b144a19ba16dd05c56daae0629 /plugins/attachment-reminder | |
parent | c446a992c523ba34304fdb5bbeb2553fc843fe05 (diff) | |
download | gsoc2013-evolution-d4ec8ecc409c339e0a2e7777965cfa1596e38655.tar.gz gsoc2013-evolution-d4ec8ecc409c339e0a2e7777965cfa1596e38655.tar.zst gsoc2013-evolution-d4ec8ecc409c339e0a2e7777965cfa1596e38655.zip |
Patch from Ambuj Chitranshi <ambuj_1075@yahoo.co.in>: Fix for bug #484793 (String change: 'Continue Editing' -> 'Edit Message')
svn path=/trunk/; revision=35331
Diffstat (limited to 'plugins/attachment-reminder')
-rw-r--r-- | plugins/attachment-reminder/ChangeLog | 7 | ||||
-rw-r--r-- | plugins/attachment-reminder/org-gnome-attachment-reminder.error.xml | 2 |
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> |