From: Richard Kimberly Heck Date: Mon, 12 Dec 2022 22:18:35 +0000 (-0500) Subject: Pronoun X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=bbe2ee10a4d2d3b4308acbfc315203fa7ff8ee1d;p=features.git Pronoun --- 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);