bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#13409: [patch] make some error messages clearer


From: Paul Eggert
Subject: bug#13409: [patch] make some error messages clearer
Date: Thu, 10 Jan 2013 12:06:28 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0

On 01/10/13 11:20, Benno Schulenberg wrote:
> Several error messages in some of the utilities say things
> like "reading %s".  They sound like progress messages, and
> translators might be tempted to translate them as if they
> said "busy reading %s"

-          error (0, errno, _("reading %s"), quote (src_name));
+          error (0, errno, _("error reading %s"), quote (src_name));

Surely a translator who read the message in context will see
that it's an error message, since 'error' is being called.

I'm not sure we want to change the wording, but if we do change
it I suggest "cannot read %s" rather than "error reading %s",
as the gerunds make the wording less clear.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]