diff options
| author | Al <gabriel.cortesi@outlook.com> | 2018-08-06 16:13:18 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-06 16:13:18 +0200 |
| commit | a31b5495b89a13efb8cad0cf56fc585378e04cba (patch) | |
| tree | 800033a8f8763a4f3e85532be47ad52f4b92e3e9 /src/mainwindow.cpp | |
| parent | 1e4b5d2436df759dead3f7c9da9c928da3ff3047 (diff) | |
| parent | fc19486f53307c3a4233553db6c60418e991beb1 (diff) | |
Merge pull request #469 from Freso/minor-fixups
A couple of minor fixes
Diffstat (limited to 'src/mainwindow.cpp')
| -rw-r--r-- | src/mainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index dc09ae4e..9a9e5b28 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -3561,7 +3561,7 @@ void MainWindow::on_modList_customContextMenuRequested(const QPoint &pos) menu->addAction(tr("Create Mod..."), this, SLOT(createModFromOverwrite()));
menu->addAction(tr("Clear Overwrite..."), this, SLOT(clearOverwrite()));
}
- menu->addAction(tr("Open in explorer"), this, SLOT(openExplorer_clicked()));
+ menu->addAction(tr("Open in Explorer"), this, SLOT(openExplorer_clicked()));
} else if (std::find(flags.begin(), flags.end(), ModInfo::FLAG_BACKUP) != flags.end()) {
menu->addAction(tr("Restore Backup"), this, SLOT(restoreBackup_clicked()));
menu->addAction(tr("Remove Backup..."), this, SLOT(removeMod_clicked()));
|
