diff options
author | Jeffrey Stedfast <fejj@novell.com> | 2004-05-26 00:16:25 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-05-26 00:16:25 +0800 |
commit | b28d4738f24ecf8e001fc920b498e4ed1e7c90d6 (patch) | |
tree | cae4161e24b6897bf26ee327211395d8aac8fef8 /mail/mail-errors.xml.h | |
parent | 13492cb0f8cc36abfbbd2ef95a59a5746be84365 (diff) | |
download | gsoc2013-evolution-b28d4738f24ecf8e001fc920b498e4ed1e7c90d6.tar.gz gsoc2013-evolution-b28d4738f24ecf8e001fc920b498e4ed1e7c90d6.tar.zst gsoc2013-evolution-b28d4738f24ecf8e001fc920b498e4ed1e7c90d6.zip |
a few fixes.
2004-05-25 Jeffrey Stedfast <fejj@novell.com>
* mail-errors.xml: a few fixes.
* em-format-quote.c (emfq_text_plain): Only strip the signature if
we are in some wy modifying the content (we don't want to remove
the signature if we are editing the message as a new
message). Fixes bug #58826.
svn path=/trunk/; revision=26079
Diffstat (limited to 'mail/mail-errors.xml.h')
-rw-r--r-- | mail/mail-errors.xml.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-errors.xml.h b/mail/mail-errors.xml.h index 2f6b7461a9..8e1b4acec1 100644 --- a/mail/mail-errors.xml.h +++ b/mail/mail-errors.xml.h @@ -54,7 +54,7 @@ char *s = N_("You have unsent messages, do you wish to quit anyway?"); /* mail:exit-unsaved secondary */ char *s = N_("If you quit, these messages will not be sent until Evolution is started again."); /* mail:camel-exception primary */ -char *s = N_("Your message message, with the subject \"{0}\" was not delivered."); +char *s = N_("Your message with the subject \"{0}\" was not delivered."); /* mail:camel-exception secondary */ char *s = N_("The message was sent via the \"sendmail\" external application. Sendmail reports the following error: status 67: mail not sent.\n" "The message is stored in the Outbox folder. Check the message for errors and resend."); |