[LyX/2.3.x] backport 6770fe5f38
Pavel Sanda
sanda at lyx.org
Thu Oct 21 13:40:05 UTC 2021
commit 1c93e3e6951d4d14b9907b6d170be7c0e79d8f04
Author: Pavel Sanda <sanda at lyx.org>
Date: Thu Oct 21 16:02:56 2021 +0200
backport 6770fe5f38
---
src/VCBackend.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/VCBackend.cpp b/src/VCBackend.cpp
index b5d593f..ead01ab 100644
--- a/src/VCBackend.cpp
+++ b/src/VCBackend.cpp
@@ -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 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,
More information about the lyx-cvs
mailing list