[Commits] [SCM] claws branch, master, updated. 4.1.1-54-g8ac5c0b3a

paul at claws-mail.org paul at claws-mail.org
Fri Apr 7 15:52:34 UTC 2023


The branch, master has been updated
       via  8ac5c0b3a6e043e16fc34c85d0e3e4d31cc2f52e (commit)
      from  f66863109a8c777eb923a463a28f940807b7c0b2 (commit)

Summary of changes:
 src/compose.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


- Log -----------------------------------------------------------------
commit 8ac5c0b3a6e043e16fc34c85d0e3e4d31cc2f52e
Author: Paul <paul at claws-mail.org>
Date:   Fri Apr 7 16:52:31 2023 +0100

    fix message which is shown when mail can't be sent

diff --git a/src/compose.c b/src/compose.c
index f28546429..a69e38e26 100644
--- a/src/compose.c
+++ b/src/compose.c
@@ -5418,8 +5418,8 @@ gint compose_send(Compose *compose)
 		}
 	} else {
 		if (errstr) {
-			alertpanel_error_log(_("%s\nUse \"Send queued messages\" from "
-				   "the main window to retry."), errstr);
+			alertpanel_error_log(_("%s\nYou can try to \"Send\" again "
+				"or queue the message with \"Send later\""), errstr);
 			g_free(errstr);
 		} else {
 			alertpanel_error_log(_("The message was queued but could not be "

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list