summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLostDragonist <lost.dragonist@gmail.com>2018-08-16 08:35:19 -0500
committerLostDragonist <lost.dragonist@gmail.com>2018-08-16 08:35:19 -0500
commit79b2e52a58d711df53a125b1e3f510b2c2ebf8ff (patch)
treef852107369234957fb604a284d16a37f56891f5b /src
parent16a7ef78d386e3724da9663114f9f22c50178b67 (diff)
Fix another instance of "Open in Explorer"
Diffstat (limited to 'src')
-rw-r--r--src/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
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()) {