[LyX/master] The menu Options has been renamed Tools.

Thibaut Cuvelier tcuvelier at lyx.org
Thu Feb 4 19:34:55 UTC 2021


commit 2720ac5dda1b3833807ecb4830d13e44de4634a6
Author: Thibaut Cuvelier <tcuvelier at lyx.org>
Date:   Thu Jan 28 05:04:39 2021 +0100

    The menu Options has been renamed Tools.
---
 src/TextClass.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/TextClass.cpp b/src/TextClass.cpp
index d3d2926..4054b98 100644
--- a/src/TextClass.cpp
+++ b/src/TextClass.cpp
@@ -1749,7 +1749,7 @@ bool TextClass::load(string const & path) const
 		       << to_utf8(makeDisplayPath(layout_file.absFileName()))
 		       << "'\n(Check `" << name_
 		       << "')\nCheck your installation and "
-		          "try Options/Reconfigure..."
+		          "try Tools/Reconfigure..."
 		       << endl;
 	}
 


More information about the lyx-cvs mailing list