From cf82e22f5d58901f543177da15c7369507e89be7 Mon Sep 17 00:00:00 2001 From: Dekel Tsur Date: Thu, 29 Aug 2002 19:49:12 +0000 Subject: [PATCH] ws git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5181 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/buffer.C | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/buffer.C b/src/buffer.C index 5d4745abbe..2a3ebc753a 100644 --- a/src/buffer.C +++ b/src/buffer.C @@ -1176,8 +1176,8 @@ bool Buffer::readFile(LyXLex & lex, Paragraph * par) cmd_ret const ret = RunCommand(command); if (ret.first) { Alert::alert(_("ERROR!"), - _("An error occured while " - "running the conversion script.")); + _("An error occured while " + "running the conversion script.")); return false; } istringstream is(ret.second); -- 2.39.2