Thanks to Moritz Barsnick for reporting these.
if (!--maxdepth)
{
putc ('\n', fp);
- fputs (_("Error: certification chain to long - stopping here\n"),
+ fputs (_("Error: certification chain too long - stopping here\n"),
fp);
break;
}
{
/* the muttrc source keyword */
snprintf (err->data, err->dsize, rc >= -MAXERRS ? _("source: errors in %s")
- : _("source: reading aborted due too many errors in %s"), rcfile);
+ : _("source: reading aborted due to too many errors in %s"), rcfile);
rc = -1;
}
return (rc);
static int ssl_socket_open_err (CONNECTION *conn)
{
- mutt_error (_("SSL disabled due the lack of entropy"));
+ mutt_error (_("SSL disabled due to the lack of entropy"));
mutt_sleep (2);
return -1;
}
{
if(!fp)
{
- mutt_error _("Internal error. Inform <roessler@does-not-exist.org>.");
+ mutt_error _("Internal error. Please submit a bug report.");
return;
}