mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
* 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:
parent
2fe1b57f7c
commit
4d5282a7ac
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user