[Commits] [SCM] claws branch, gtk2, updated. 3.19.1-42-gd7a1eee4c

paul at claws-mail.org paul at claws-mail.org
Fri Apr 7 15:53:45 UTC 2023


The branch, gtk2 has been updated
       via  d7a1eee4c8a0dc5ebdf659e32bf49ff40ffb0db3 (commit)
      from  7d1f89ef3bad3041c519d98df41baf202c639305 (commit)

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


- Log -----------------------------------------------------------------
commit d7a1eee4c8a0dc5ebdf659e32bf49ff40ffb0db3
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 f5311f8f0..d012e1a53 100644
--- a/src/compose.c
+++ b/src/compose.c
@@ -5433,8 +5433,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