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 libc/14812] New: [patch] gettextize the word FILE in 'iconv --help'


http://sourceware.org/bugzilla/show_bug.cgi?id=14812

             Bug #: 14812
           Summary: [patch] gettextize the word FILE in 'iconv --help'
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: minor
          Priority: P2
         Component: libc
        AssignedTo: unassigned@sourceware.org
        ReportedBy: bensberg@justemail.net
                CC: drepper.fsp@gmail.com
    Classification: Unclassified


Created attachment 6722
  --> http://sourceware.org/bugzilla/attachment.cgi?id=6722
gettextize the words NAME and FILE in iconv

In the output of 'iconv --help' and 'iconv --usage', the word FILE does not get
localized.  This is caused by the word not having been gettextized in the
source file.  (The word NAME does get localized, because it is gettextized
elsewhere in the libc sources.)  Attached patch fixes this.

The patch also improves the description of the -o option -- most descriptions
start with a verb, therefore one is tempted to read in "output file" the word
"output" as a verb.  The patch also fixes some spelling and interpunction
errors in some comments that I noticed along the way.  The patch is against
HEAD.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- 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]