On Fri, Nov 18, 2016 at 13:40:21 +0100, Vincent Lefevre wrote:
> Moreover, sometimes "Can't" is used, sometimes "Cannot":
Consistency is a good point.
What's more, these messages don't differentiate between something that
is impossible to do (mutt refuses to do):
> browser.c: mutt_error _("Can't attach a directory!");
[...]
> browser.c: mutt_error _("Can't view a directory");
and those which failed:
> compose.c: mutt_error (_("Can't stat %s: %s"), fname, strerror
> (errno));
Like in Postgresql's example, past tense would be nice for those which
failed.
(And what's with all those exclamation marks?!!eleven!!)
But that's just my 2 øre. I'm sure this needs a discussion and
guideline, as you suggested, before the whole code is reworded and
retranslated. :)
Moritz