git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36518 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2010-11-26 17:11:02 +00:00
parent c9f9cb88c0
commit b8b971cdd5

View File

@ -472,8 +472,8 @@ bool Converters::convert(Buffer const * buffer,
// FIXME: this should go out of here. For example, here we cannot say if
// it is a document (.lyx) or something else. Same goes for elsewhere.
Alert::error(_("Cannot convert file"),
bformat(_("An error occurred whilst running %1$s"),
from_utf8(command.substr(0, 50))));
bformat(_("An error occurred while running:\n%1$s"),
wrapParas(from_utf8(command))));
}
return false;
}