mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
* 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:
parent
0429e1f8a0
commit
bb98a39589
@ -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));
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user