From 3f6e6aff90567416a1f3c6db8893dfa469acc189 Mon Sep 17 00:00:00 2001 From: Vincent van Ravesteijn Date: Thu, 25 Nov 2010 14:55:21 +0000 Subject: [PATCH] Fix also the other occurence of the strange language that was corrected in r36489. Also fix the english. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36491 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/Buffer.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Buffer.cpp b/src/Buffer.cpp index 9997c81877..ebbac0f556 100644 --- a/src/Buffer.cpp +++ b/src/Buffer.cpp @@ -988,13 +988,13 @@ Buffer::ReadStatus Buffer::convertLyXFormat(FileName const & fn, if (from_format < LYX_FORMAT) { Alert::error(_("Conversion script failed"), bformat(_("%1$s is from an older version" - " of LyX, but the lyx2lyx script" + " of LyX and the lyx2lyx script" " failed to convert it."), from_utf8(fn.absFileName()))); return LyX2LyXOlderFormat; } else { Alert::error(_("Conversion script failed"), - bformat(_("%1$s is from an newer version" + bformat(_("%1$s is from a newer version" " of LyX and the lyx2lyx script" " failed to convert it."), from_utf8(fn.absFileName()))); -- 2.39.2