emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#33474: closed (Bug in error message formatting)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#33474: closed (Bug in error message formatting)
Date: Fri, 23 Nov 2018 21:04:01 +0000

Your message dated Fri, 23 Nov 2018 13:03:32 -0800
with message-id <address@hidden>
and subject line Re: bug#33474: Bug in error message formatting
has caused the debbugs.gnu.org bug report #33474,
regarding Bug in error message formatting
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
33474: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=33474
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Bug in error message formatting Date: Fri, 23 Nov 2018 14:56:58 +0100 (CET) User-agent: Alpine 2.20 (DEB 67 2015-01-07)
Dear madams and sirs,

the German translation of 'tail' has a formatting error when reporting that the PID to be monitored is invalid. The English version is correct.

English version:

export LANG=""
tail -f --pid=aaa /dev/null
tail: invalid PID: 'aaa'

German version:

export LANG="de_DE.UTF-8"
tail -f --pid=aaa /dev/null
tail: %s: ungültige PID: „aaa“

The %s should not be there.


Thank you for looking after great software.
Mark Roberts

---------------------------------------------------------------
Mark Roberts, hardcore C++-Programmierer, Musiker, Schauspieler
05121 511455
www.rapid-arts-movement.de

--- End Message ---
--- Begin Message --- Subject: Re: bug#33474: Bug in error message formatting Date: Fri, 23 Nov 2018 13:03:32 -0800 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0
On 23/11/18 05:56, Mark Roberts wrote:
> Dear madams and sirs,
> 
> the German translation of 'tail' has a formatting error when reporting 
> that the PID to be monitored is invalid. The English version is correct.
> 
> English version:
> 
>> export LANG=""
>> tail -f --pid=aaa /dev/null
> tail: invalid PID: 'aaa'
> 
> German version:
> 
>> export LANG="de_DE.UTF-8"
>> tail -f --pid=aaa /dev/null
> tail: %s: ungültige PID: „aaa“
> 
> The %s should not be there.

Indeed thanks.
The source of that file is the translation project,
CCing them and closing here.



--- End Message ---

reply via email to

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