fix message which is shown when mail can't be sent
authorPaul <paul@claws-mail.org>
Fri, 7 Apr 2023 15:52:31 +0000 (16:52 +0100)
committerPaul <paul@claws-mail.org>
Fri, 7 Apr 2023 15:52:31 +0000 (16:52 +0100)
src/compose.c

index f2854642911e2ff89526d7e330b17652e62e3b8b..a69e38e26ca52b7b1130674a5b7c7bb65296cd15 100644 (file)
@@ -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 "