X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fbuffer.C;h=e0877225236d80d11965fe5c15af5cddd7dcc8cb;hb=4d5282a7aca1e8d80d310ce3a3514562d6584b36;hp=cdba1af4ce6ed661ba5f6867fa4c582bc84602af;hpb=2fe1b57f7caa9896abb316118e74586e87a22a08;p=lyx.git 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; }