mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
Improve error msg.
This commit is contained in:
parent
b55aea6776
commit
985f7c9316
@ -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 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,
|
||||
|
Loading…
Reference in New Issue
Block a user