This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug nscd/18775] New: three messages use untranslatable fill-in words


https://sourceware.org/bugzilla/show_bug.cgi?id=18775

            Bug ID: 18775
           Summary: three messages use untranslatable fill-in words
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: nscd
          Assignee: unassigned at sourceware dot org
          Reporter: bensberg at justemail dot net
                CC: drepper.fsp at gmail dot com
  Target Milestone: ---

Reporting the bug that Jochen Hein also found, and that Paul Eggert and Joseph
Myers showed how to fix.

Three messages in nscf/connections.c use the phrase "`%s` was %s" where the
second %s is another word that is not gettextized.  Each of these messages
should be split into separate messages that don't contain any fill-in words. 
Also, the comma in each of them should be a semicolon.

To find them: grep monitor nscd/connections.c | grep "was %s"

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]