* 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
This commit is contained in:
Michael Schmitt 2006-12-02 23:39:17 +00:00
parent 2fe1b57f7c
commit 4d5282a7ac

View 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;
}