Fixed cosmetics bugs due to Outbox renamed to Sent.
[claws.git] / src / compose.c
index 91a3e6973f3e467280bf368158fd9cc4b209262b..eac2f8c89be1de1e16db3ed2a8146115c13458a2 100644 (file)
@@ -2795,7 +2795,7 @@ gint compose_send(Compose *compose)
                                (compose->account, F_OUTBOX);
                        if (procmsg_save_to_outbox(outbox, tmp, FALSE) < 0)
                                alertpanel_error
-                                       (_("Can't save the message to outbox."));
+                                       (_("Can't save the message to Sent."));
                        else
                                folderview_update_item(outbox, TRUE);
                }