aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ui/qt/main_window.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/main_window.cpp b/ui/qt/main_window.cpp
index b8795f3d50..8f5dbd5e09 100644
--- a/ui/qt/main_window.cpp
+++ b/ui/qt/main_window.cpp
@@ -827,7 +827,7 @@ bool MainWindow::testCaptureFileClose(bool from_quit, QString &before_what) {
if (from_quit) {
if (cap_file_->state == FILE_READ_IN_PROGRESS) {
- msg_dialog.addButton(tr("Stop and Quit without Saving)", QMessageBox::DestructiveRole);
+ msg_dialog.addButton(tr("Stop and Quit without Saving"), QMessageBox::DestructiveRole);
} else {
msg_dialog.addButton(tr("Quit without Saving"), QMessageBox::DestructiveRole);
}