From: Michael Schmitt Date: Mon, 23 Apr 2007 19:34:09 +0000 (+0000) Subject: * src/insets/insetcommandparams.C: fix WS X-Git-Tag: 1.6.10~10147 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=bb98a395895e53ed8b76e21795a44f56ee441cb8;p=features.git * src/insets/insetcommandparams.C: fix WS git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17928 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/insets/insetcommandparams.C b/src/insets/insetcommandparams.C index fd1f9a8a47..d96404f29e 100644 --- a/src/insets/insetcommandparams.C +++ b/src/insets/insetcommandparams.C @@ -289,7 +289,7 @@ void InsetCommandParams::read(LyXLex & lex) } else { lex.printError("Unknown parameter name `$$Token' for command " + name_); throw ExceptionMessage(WarningException, - _("Inset Command :") + from_ascii(name_), + _("Inset Command: ") + from_ascii(name_), _("Unknown parameter name: ") + from_utf8(token)); } }