From: Dekel Tsur Date: Thu, 29 Aug 2002 19:49:12 +0000 (+0000) Subject: ws X-Git-Tag: 1.6.10~18389 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=cf82e22f5d58901f543177da15c7369507e89be7;p=features.git ws git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5181 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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);