[LyX/master] Pronoun

Richard Kimberly Heck rikiheck at lyx.org
Mon Dec 12 21:37:46 UTC 2022


commit bbe2ee10a4d2d3b4308acbfc315203fa7ff8ee1d
Author: Richard Kimberly Heck <rikiheck at lyx.org>
Date:   Mon Dec 12 17:18:35 2022 -0500

    Pronoun
---
 src/frontends/qt/GuiView.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/frontends/qt/GuiView.cpp b/src/frontends/qt/GuiView.cpp
index b229a78..fea540a 100644
--- a/src/frontends/qt/GuiView.cpp
+++ b/src/frontends/qt/GuiView.cpp
@@ -2849,7 +2849,7 @@ void GuiView::openDocument(string const & fname)
 	// let the user create one
 	if (!fullname.exists() && !theBufferList().exists(fullname) &&
 	    !LyXVC::file_not_found_hook(fullname)) {
-		// the user specifically chose this name. Believe him.
+		// The user specifically chose this name. Believe them.
 		Buffer * const b = newFile(filename, string(), true);
 		if (b)
 			setBuffer(b);


More information about the lyx-cvs mailing list