bug-binutils
[Top][All Lists]
Advanced

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

Problem in binutils-2.24.90.pot


From: Frédéric Marchal
Subject: Problem in binutils-2.24.90.pot
Date: Fri, 12 Dec 2014 08:53:58 +0100
User-agent: KMail/1.13.7 (Linux/3.16-0.bpo.3-amd64; KDE/4.8.4; x86_64; ; )

Hi,

There is an untranslatable string in binutils-2.24.90.pot at line 6001:

#: readelf.c:5052
msgid "Section %d has invalid sh_entsize of %"
msgstr ""

The corresponding source code line is this one:

5063   error (_("Section %d has invalid sh_entsize of %" BFD_VMA_FMT "x\n"), \
5064          i, section->sh_entsize);       \

Xgettext could not extract the end of the string.

As a consequence, I believe that even if I translated the message it would be 
displayed in English as _() would not find the corresponding msgid at runtime.

Frederic



reply via email to

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