]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCommandParams.cpp
Change string
[lyx.git] / src / insets / InsetCommandParams.cpp
index 583412ef361f1103274c0f91aca34c829ef9b3ba..b803e188240c1fa1fa8aa38d9603e1828720ab66 100644 (file)
@@ -279,7 +279,7 @@ void InsetCommandParams::read(Lexer & lex)
                string const test = lex.getString();
                if (test != "LatexCommand") {
                        lex.printError("InsetCommandParams: No LatexCommand line found.");
-                       throw ExceptionMessage(WarningException, _("InsetCommandParams error:"),
+                       throw ExceptionMessage(WarningException, _("InsetCommandParams error: "),
                                               _("Can't find LatexCommand line."));
                }
        }