From f5817f0eb5066fde9b0cb2b87b05ba8e776bd18b Mon Sep 17 00:00:00 2001 From: John Mandereau Date: Mon, 21 Apr 2008 10:23:49 +0200 Subject: [PATCH] Thinko: write real warning message --- python/langdefs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/langdefs.py b/python/langdefs.py index b68ce41adc..d8bd17c286 100644 --- a/python/langdefs.py +++ b/python/langdefs.py @@ -76,5 +76,5 @@ else: [l.code]) translation[l.code] = t.gettext except: - sys.stderr.write ('URGUHIU\n') + sys.stderr.write ('langdefs.py: warning: lilypond-doc gettext domain not found.\n') translation = dict ([(l.code, lambda x: x) for l in LANGUAGES]) -- 2.39.2