diff options
author | Sankar P <psankar@novell.com> | 2007-07-10 19:31:05 +0800 |
---|---|---|
committer | Sankarasivasubramanian Pasupathilingam <psankar@src.gnome.org> | 2007-07-10 19:31:05 +0800 |
commit | dbe0ac8a264485e18bd0b6f81239ca170a69dab0 (patch) | |
tree | 237403e15bd7343480a45ccea87c099e9d05cd15 /plugins | |
parent | e13dcd0fd76fa432336b669b7836522b638d181c (diff) | |
download | gsoc2013-evolution-dbe0ac8a264485e18bd0b6f81239ca170a69dab0.tar.gz gsoc2013-evolution-dbe0ac8a264485e18bd0b6f81239ca170a69dab0.tar.zst gsoc2013-evolution-dbe0ac8a264485e18bd0b6f81239ca170a69dab0.zip |
Fixed Marking for Translation bugs
2007-07-10 Sankar P <psankar@novell.com>
* org-gnome-attachment-reminder.errors.xml:
Fixed Marking for Translation bugs
svn path=/trunk/; revision=33797
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/attachment-reminder/ChangeLog | 5 | ||||
-rw-r--r-- | plugins/attachment-reminder/org-gnome-attachment-reminder.errors.xml | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/plugins/attachment-reminder/ChangeLog b/plugins/attachment-reminder/ChangeLog index fea630c651..44f27f14b6 100644 --- a/plugins/attachment-reminder/ChangeLog +++ b/plugins/attachment-reminder/ChangeLog @@ -1,3 +1,8 @@ +2007-07-10 Sankar P <psankar@novell.com> + + * org-gnome-attachment-reminder.errors.xml: + Fixed Marking for Translation bugs + 2007-07-09 Srinivasa Ragavan <sragavan@novell.com> * Makefile.am: Fix for build break from Johnny. diff --git a/plugins/attachment-reminder/org-gnome-attachment-reminder.errors.xml b/plugins/attachment-reminder/org-gnome-attachment-reminder.errors.xml index 3f19812ce9..6116898815 100644 --- a/plugins/attachment-reminder/org-gnome-attachment-reminder.errors.xml +++ b/plugins/attachment-reminder/org-gnome-attachment-reminder.errors.xml @@ -2,9 +2,9 @@ <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> + <_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"/> <button response="GTK_RESPONSE_YES" label="_Send"></button> </error> |