commit bbe2ee10a4d2d3b4308acbfc315203fa7ff8ee1d
Author: Richard Kimberly Heck <[email protected]>
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);
-- 
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to