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

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

missing _() in scripts/mup2ly.py (lilypond-1.4.6)


From: Martin Norbäck
Subject: missing _() in scripts/mup2ly.py (lilypond-1.4.6)
Date: Sat, 1 Sep 2001 23:02:02 +0200
User-agent: Mutt/1.3.16i

Missing _() in two places in this script

--- scripts/mup2ly.py.orig      Sat Sep  1 22:57:52 2001
+++ scripts/mup2ly.py   Sat Sep  1 22:58:51 2001
@@ -1113,9 +1113,9 @@
                
 option_definitions = [
        ('', 'd', 'debug', _ ("debug")),
-       ('NAME[=EXP]', 'D', 'define', _ ("define macro NAME [optional expansion 
EXP]")),
+       (_ ("NAME[=EXP]"), 'D', 'define', _ ("define macro NAME [optional 
expansion EXP]")),
        ('', 'h', 'help', _ ("this help")),
-       ('FILE', 'o', 'output', _ ("write output to FILE")),
+       (_ ("FILE"), 'o', 'output', _ ("write output to FILE")),
        ('', 'E', 'pre-process', _ ("only pre-process")),
        ('', 'V', 'verbose', _ ("verbose")),
        ('', 'v', 'version', _ ("print version number")),

Regards,

        Martin

-- 
[ http://www.dtek.chalmers.se/~d95mback/ ] [ PGP: 0x453504F1 ] [ UIN: 4439498 ]
    Opinions expressed above are mine, and not those of my future employees.
SIGBORE: Signature boring error, core dumped



reply via email to

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