From bbe2ee10a4d2d3b4308acbfc315203fa7ff8ee1d Mon Sep 17 00:00:00 2001 From: Richard Kimberly Heck Date: Mon, 12 Dec 2022 17:18:35 -0500 Subject: [PATCH] Pronoun --- src/frontends/qt/GuiView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontends/qt/GuiView.cpp b/src/frontends/qt/GuiView.cpp index b229a78995..fea540ad5a 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); -- 2.39.5