]> git.lyx.org Git - features.git/blobdiff - src/VCBackend.cpp
Change strings
[features.git] / src / VCBackend.cpp
index 8b9b7a1adebc42ae3f4013706b2dc9f8355ff407..bacad51916b2499fe90c7cf01de65981f369ffa8 100644 (file)
@@ -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 called in\n"
+                       bformat(_("Some problem occured while running the command:\n"
                                  "'%1$s'."),
                        from_ascii(cmd)));
        return ret;