Fix comment

This commit is contained in:
Juergen Spitzmueller 2023-11-05 12:38:09 +01:00
parent 098b4f3348
commit 27033f41aa

View File

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