]> git.lyx.org Git - features.git/blobdiff - src/VCBackend.cpp
Handle empty index subentries (#7820)
[features.git] / src / VCBackend.cpp
index d83453a82cde5c7a5de28d09ac10a3cdb0e3d54f..ca603c9e1f8ed89c1c3ea9cd35ed045815485c41 100644 (file)
@@ -61,7 +61,7 @@ int VCS::doVCCommand(string const & cmd, FileName const & path, bool reportError
        if (ret && reportError) {
                docstring rcsmsg;
                if (prefixIs(cmd, "ci "))
-                       rcsmsg = "\n" + _("Perhaps the GNU RCS package is not installed on your system?");
+                       rcsmsg = "\n" + _("Check whether the GNU RCS package is installed on your system.");
                frontend::Alert::error(_("Revision control error."),
                        bformat(_("Some problem occurred while running the command:\n"
                                  "'%1$s'.") + rcsmsg,