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/18774] New: inconsistent and mistaken quotes in messages


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

            Bug ID: 18774
           Summary: inconsistent and mistaken quotes in messages
           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: ---

In several messages in nscd/*.c the quote signs `` or `' are used, but GNU
style prescribes '' (or "") nowadays.

Second, a few messages in nscd/mem.c and one in nscd/cache.c have not been
gettextized (they lack the _() call).  The one in cache.c ("remove %s
entry...") should maybe read "removing %s entry..." or "removed %s entry..."
instead?

Furthermore, many dbg_log messages start with a capital, many others not.  Is
that on purpose, or an unintended inconsistency?

-- 
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]