]> git.lyx.org Git - features.git/commitdiff
* src/insets/insetcommandparams.C: fix WS
authorMichael Schmitt <michael.schmitt@teststep.org>
Mon, 23 Apr 2007 19:34:09 +0000 (19:34 +0000)
committerMichael Schmitt <michael.schmitt@teststep.org>
Mon, 23 Apr 2007 19:34:09 +0000 (19:34 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17928 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/insetcommandparams.C

index fd1f9a8a47c620c3166ae71a5dee811bc27b5d45..d96404f29e28aad60d856e464568eabdfb9615f0 100644 (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));
                }
        }