]> git.lyx.org Git - lyx.git/commitdiff
* src/buffer.C: remove redundant space from user message
authorMichael Schmitt <michael.schmitt@teststep.org>
Sat, 2 Dec 2006 23:39:17 +0000 (23:39 +0000)
committerMichael Schmitt <michael.schmitt@teststep.org>
Sat, 2 Dec 2006 23:39:17 +0000 (23:39 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16145 a592a061-630c-0410-9148-cb99ea01b6c8

src/buffer.C

index cdba1af4ce6ed661ba5f6867fa4c582bc84602af..e0877225236d80d11965fe5c15af5cddd7dcc8cb 100644 (file)
@@ -502,7 +502,7 @@ bool Buffer::readDocument(LyXLex & lex)
                string theclass = params().getLyXTextClass().name();
                Alert::error(_("Can't load document class"), bformat(
                        _("Using the default document class, because the "
-                                    " class %1$s could not be loaded."), from_utf8(theclass)));
+                                    "class %1$s could not be loaded."), from_utf8(theclass)));
                params().textclass = 0;
        }