From: Michael Schmitt Date: Sat, 2 Dec 2006 23:39:17 +0000 (+0000) Subject: * src/buffer.C: remove redundant space from user message X-Git-Tag: 1.6.10~11671 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=4d5282a7aca1e8d80d310ce3a3514562d6584b36;hp=2fe1b57f7caa9896abb316118e74586e87a22a08;p=lyx.git * src/buffer.C: remove redundant space from user message git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16145 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/buffer.C b/src/buffer.C index cdba1af4ce..e087722523 100644 --- a/src/buffer.C +++ b/src/buffer.C @@ -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; }