talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

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

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

Diffstat:
Msrc/compose.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 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 "