Change the "Error executing" to "Error running", which is used in
multiple places elsewhere in mutt. This also removes the
unnecessary newline.
Remove the leading space in the "Error compressing" message, and
change it to match the error message in editmsg.c.
{
rc = 0;
mutt_any_key_to_continue (NULL);
- mutt_error (_("Error executing: %s\n"), sys_cmd);
+ mutt_error (_("Error running \"%s\"!"), sys_cmd);
}
mutt_unblock_signals();
if (rc == 0)
{
mutt_any_key_to_continue (NULL);
- mutt_error (_(" %s: Error compressing mailbox! Uncompressed one kept!\n"), ctx->path);
+ mutt_error (_("Error. Preserving temporary file: %s"), ctx->path);
}
else
remove (ctx->path);