diff --git a/src/VCBackend.cpp b/src/VCBackend.cpp index f7843053b8..0cea41238b 100644 --- a/src/VCBackend.cpp +++ b/src/VCBackend.cpp @@ -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;