mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-26 14:15:32 +00:00
message
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25771 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
aa176fd56c
commit
e8bb46e534
@ -44,7 +44,7 @@ int VCS::doVCCommand(string const & cmd, FileName const & path)
|
||||
int const ret = one.startscript(Systemcall::Wait, cmd);
|
||||
if (ret)
|
||||
frontend::Alert::error(_("Revision control error."),
|
||||
bformat(_("Please check you have installed the program\n"
|
||||
bformat(_("Please check you have installed the program called in\n"
|
||||
"'%1$s'."),
|
||||
from_ascii(cmd)));
|
||||
return ret;
|
||||
|
Loading…
Reference in New Issue
Block a user