bug-gnu-utils
[Top][All Lists]
Advanced

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

sed: Lack of indentation in one message


From: Christian Rose
Subject: sed: Lack of indentation in one message
Date: Sun, 11 Jul 2004 11:44:06 +0200

When I translated sed, I stumbled across this¹ which appears to be a
bug:

        #: sed/sed.c:105
        msgid ""
        "-n, --quiet, --silent\n"
        "                 suppress automatic printing of pattern space\n"

All the similar messages have an indentation of two spaces before the
option, so it should probably rather be something like:

        #: sed/sed.c:105
        msgid ""
        "  -n, --quiet, --silent\n"
        "                 suppress automatic printing of pattern space\n"
        
¹ Well, I fixed it in my translation, but Göran Uddeborg was as kind to
remind me that I should report it upstream aswell.



Cheers,
Christian





reply via email to

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