From 3ddc46bab09114f097e889730863818c9951a1df Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Thu, 13 Sep 2007 22:25:37 +0000 Subject: [PATCH] Whitespace. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20266 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/BufferParams.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/BufferParams.cpp b/src/BufferParams.cpp index e566cdd822..65195e5d62 100644 --- a/src/BufferParams.cpp +++ b/src/BufferParams.cpp @@ -1266,12 +1266,12 @@ void BufferParams::makeTextClass() LyXModule * lm = moduleList[modName]; if (!lm) { docstring const msg = - bformat(_("The module %1$s has been requested by\n" - "this document but has not been found in the list of\n" - "available modules. If you recently installed it, you\n" - "probalby need to reconfigure LyX.\n"), from_utf8(modName)); + bformat(_("The module %1$s has been requested by\n" + "this document but has not been found in the list of\n" + "available modules. If you recently installed it, you\n" + "probalby need to reconfigure LyX.\n"), from_utf8(modName)); frontend::Alert::warning(_("Module not available"), - msg + _("Some layouts may not be available.")); + msg + _("Some layouts may not be available.")); lyxerr << "BufferParams::makeTextClass(): Module " << modName << " requested but not found in module list." << endl;