Improve error msg.

This commit is contained in:
Pavel Sanda 2021-10-21 15:17:39 +02:00
parent 202fd4a9f6
commit c2a9f55be8
2 changed files with 1 additions and 1 deletions

BIN
po/cs.gmo

Binary file not shown.

View File

@ -62,7 +62,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 RCS package is not installed on your system?");
rcsmsg = "\n" + _("Perhaps the GNU RCS package is not installed on your system?");
frontend::Alert::error(_("Revision control error."),
bformat(_("Some problem occurred while running the command:\n"
"'%1$s'.") + rcsmsg,