From 0b26a1620a57322cdda01dc142914dad53e7e477 Mon Sep 17 00:00:00 2001 From: matsb Date: Tue, 16 Aug 2005 11:24:10 +0000 Subject: [PATCH] * scripts/lilypond-book.py (option_definitions): Don't localize the empty string. Fixes bug when --psfonts was used with non-English locale. --- ChangeLog | 6 ++++++ scripts/lilypond-book.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d6d47d43e1..a63eac0aaf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-08-16 Mats Bengtsson + + * scripts/lilypond-book.py (option_definitions): Don't localize + the empty string. Fixes bug when --psfonts was used with + non-English locale. + 2005-08-15 Mats Bengtsson * Documentation/user/advanced-notation.itely (Instrument names): diff --git a/scripts/lilypond-book.py b/scripts/lilypond-book.py index ccc873c41c..01978dbbaa 100644 --- a/scripts/lilypond-book.py +++ b/scripts/lilypond-book.py @@ -95,7 +95,7 @@ option_definitions = [ _ ("write output to DIR")), (_ ("COMMAND"), 'P', 'process', _ ("process ly_files using COMMAND FILE...")), - (_(''), '', 'psfonts', + ('', '', 'psfonts', _ ('''extract all PostScript fonts into INPUT.psfonts for LaTeX must use this with dvips -h INPUT.psfonts''')), ('', 'V', 'verbose', -- 2.39.2