[Commits] [SCM] claws branch, master, updated. 3.14.1-1-g42c355d
claws at claws-mail.org
claws at claws-mail.org
Sun Nov 6 13:35:51 CET 2016
The branch, master has been updated
via 42c355d2668fade9265a07229b0d840c1b420b03 (commit)
from 805f99a6503261905694dbfefffc7bfdd2e62474 (commit)
Summary of changes:
src/messageview.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 42c355d2668fade9265a07229b0d840c1b420b03
Author: Paul <paul at claws-mail.org>
Date: Sun Nov 6 12:35:47 2016 +0000
fix string. thanks to Pierre Fortin.
diff --git a/src/messageview.c b/src/messageview.c
index 6a35e3f..1476fe1 100644
--- a/src/messageview.c
+++ b/src/messageview.c
@@ -849,7 +849,7 @@ static gint disposition_notification_send(MsgInfo *msginfo)
"to be sent does not correspond to the return path:\n"
"Notification address: %s\n"
"Return path: %s\n"
- "It is advised to not to send the return receipt."),
+ "It is advised to not send the return receipt."),
to, buf);
val = alertpanel_full(_("Warning"), message,
_("_Don't Send"), _("_Send"), NULL, FALSE,
@@ -868,7 +868,7 @@ static gint disposition_notification_send(MsgInfo *msginfo)
_("This message is asking for a return receipt notification\n"
"but according to its 'To:' and 'CC:' headers it was not\n"
"officially addressed to you.\n"
- "It is advised to not to send the return receipt."),
+ "It is advised to not send the return receipt."),
_("_Don't Send"), _("_Send"), NULL, FALSE,
NULL, ALERT_WARNING, G_ALERTDEFAULT);
if (val != G_ALERTALTERNATE)
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list