[LyX/master] * better wording
Pavel Sanda
sanda at lyx.org
Thu Oct 21 13:38:42 UTC 2021
commit 6770fe5f38b62a4bae63992b36f9babcd4c73490
Author: Pavel Sanda <sanda at lyx.org>
Date: Thu Oct 21 16:01:57 2021 +0200
* better wording
---
src/VCBackend.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/VCBackend.cpp b/src/VCBackend.cpp
index d83453a..ca603c9 100644
--- a/src/VCBackend.cpp
+++ b/src/VCBackend.cpp
@@ -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,
More information about the lyx-cvs
mailing list