On Fri, Mar 18, 2016 at 16:56:02 -0700, Kevin J. McCarthy wrote:
> Just a reminder that tomorrow I will be generating the mutt.pot file for
> the translators. Once that is done, please don't commit any changes
> that modify translation strings. (At this point, all commits should be
> for bug fixes in any case.)
In a bit of a hurry, I found these in 1.5.24 vanilla:
init.c:2296: : _("source: reading aborted due too many errors in %s"),
rcfile);
-> "due to too"
mutt_ssl.c:276: mutt_error (_("SSL disabled due the lack of entropy"));
-> "due to"
crypt-gpgme.c:3642: fputs (_("Error: certification chain to long -
stopping here\n"),
-> "too"
pgp.c:821: mutt_error _("Internal error. Inform
<[email protected]>.");
Does this need to be updated to this list or the bug tracker?
compose.c:1093: mutt_error _("What we have here is a failure to make an
attachment");
Haha! :)
Wow, how many strings this project has. And all of them spelled
correctly. It really shows the maturity of mutt. And makes you wonder
how anyone would want to recreate a complete mailer suite with these
features.
Moritz