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;