mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix bug #7045.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36518 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c9f9cb88c0
commit
b8b971cdd5
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user