]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lexer.ll
patch::: 1.3.135.jcn3
[lilypond.git] / lily / lexer.ll
index 3381498155f014148accb33f03ed7be43f7f48b3..c86168a224e5c4b59ff9ba20a44058edbf420faf 100644 (file)
@@ -332,7 +332,7 @@ HYPHEN              --
                char c = s[s.length_i () - 1];
                if (c == '{' ||  c == '}') // brace open is for not confusing dumb tools.
                        here_input ().warning (
-                               "Brace found at end of lyric. Did you forget a space?");
+                               _("Brace found at end of lyric. Did you forget a space?"));
                yylval.scm = ly_str02scm (s.ch_C ());
 
                DEBUG_OUT << "lyric : `" << s << "'\n";