From 79b2e52a58d711df53a125b1e3f510b2c2ebf8ff Mon Sep 17 00:00:00 2001 From: LostDragonist Date: Thu, 16 Aug 2018 08:35:19 -0500 Subject: Fix another instance of "Open in Explorer" --- src/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainwindow.cpp') diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 11cc8c6c..e22fe07f 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -3642,7 +3642,7 @@ void MainWindow::on_modList_customContextMenuRequested(const QPoint &pos) menu->addAction(tr("Visit web page"), this, SLOT(visitWebPage_clicked())); } - menu->addAction(tr("Open in explorer"), this, SLOT(openExplorer_clicked())); + menu->addAction(tr("Open in Explorer"), this, SLOT(openExplorer_clicked())); } if (std::find(flags.begin(), flags.end(), ModInfo::FLAG_FOREIGN) == flags.end()) { -- cgit v1.3.1