mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 18:24:48 +00:00
backport 6770fe5f38
This commit is contained in:
parent
c2a9f55be8
commit
1c93e3e695
@ -62,7 +62,7 @@ int VCS::doVCCommand(string const & cmd, FileName const & path, bool reportError
|
|||||||
if (ret && reportError) {
|
if (ret && reportError) {
|
||||||
docstring rcsmsg;
|
docstring rcsmsg;
|
||||||
if (prefixIs(cmd, "ci "))
|
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."),
|
frontend::Alert::error(_("Revision control error."),
|
||||||
bformat(_("Some problem occurred while running the command:\n"
|
bformat(_("Some problem occurred while running the command:\n"
|
||||||
"'%1$s'.") + rcsmsg,
|
"'%1$s'.") + rcsmsg,
|
||||||
|
Loading…
Reference in New Issue
Block a user