]> git.lyx.org Git - features.git/commitdiff
Fix comment
authorJuergen Spitzmueller <spitz@lyx.org>
Sun, 5 Nov 2023 11:38:09 +0000 (12:38 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Sun, 5 Nov 2023 11:38:09 +0000 (12:38 +0100)
src/frontends/qt/GuiDocument.cpp

index 470d84413f7f8a6a8ec4979d2f888403cbb16880..9a2afca92435a75434584e22f56171eccf9de03e 100644 (file)
@@ -1888,7 +1888,7 @@ void GuiDocument::onBufferViewChanged()
                                "Do you want to switch back in order to apply them or dismiss the changes?"),
                                1, 1, _("&Switch Back"), _("&Dismiss Changes"));
                if (ret == 0) {
-                       // Switch to previous buffer view and apply
+                       // Switch to previous buffer view
                        switchback_ = true;
                        // Record that we have asked.
                        prompted_ = true;