* src/insets/insetcommandparams.C: fix WS

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17928 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Michael Schmitt 2007-04-23 19:34:09 +00:00
parent 0429e1f8a0
commit bb98a39589

View File

@ -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));
}
}