]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/dstream.cc
patch::: 1.2.8.jcn1
[lilypond.git] / flower / dstream.cc
index 0b7be148c803acfda01d170a86fecca18006b9ac..ba46d69ed6851890f0601eaa9e80011e16fd283b 100644 (file)
@@ -155,7 +155,7 @@ Dstream::Dstream (ostream *r, char const * cfg_nm)
     Text_record  r (cfg++);
     if (r.size() != 2)
       {
-       r.message (_ ("Not enough fields in Dstream init."));
+       r.message (_ ("not enough fields in Dstream init"));
        continue;
       }
     (*silent_dict_p_)[r[0]] = (bool)(int)(Scalar (r[1]));