]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/flower-debug.cc
release: 0.1.24
[lilypond.git] / flower / flower-debug.cc
index 86a9abb9f069f0a8fbbdde56e1290f3515358638..5728b8a95c84695a014c1d397f312254bd2a3c88 100644 (file)
@@ -14,10 +14,9 @@ void set_flower_debug (Dstream&ds, bool b)
 {
 #ifdef NPRINT
   if (b)
-       cout << "Debug printout disabled, see the installation guide." << endl;
+       cout << _("Debug printout disabled, see the installation guide.") << endl;
 #endif
-  
+
   flower_check_debug = b;
   flower_dstream = &ds;
 }
-