From 4064c70c2698965391043334f022bd06ab2ea917 Mon Sep 17 00:00:00 2001 From: Jordan Sherer Date: Thu, 27 Dec 2018 00:13:06 -0500 Subject: [PATCH] Restore clear all menu item label --- mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 4a66309..c56aea2 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -1136,7 +1136,7 @@ MainWindow::MainWindow(QDir const& temp_directory, bool multiple, auto clearActionSep = new QAction(nullptr); clearActionSep->setSeparator(true); - auto clearActionAll = new QAction(QString("Clear All Activity"), nullptr); + auto clearActionAll = new QAction(QString("Clear All"), nullptr); connect(clearActionAll, &QAction::triggered, this, [this](){ if (QMessageBox::Yes != QMessageBox::question(this, "Clear All Activity", "Are you sure you would like to clear all activity?", QMessageBox::Yes|QMessageBox::No)){ return;