summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 4294904e..f0aca1af 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -4399,7 +4399,7 @@ void MainWindow::sendSelectedPluginsToPriority_clicked()
{
bool ok;
int newPriority = QInputDialog::getInt(this,
- tr("Set Priority"), tr("Set the priority of the selected mods"),
+ tr("Set Priority"), tr("Set the priority of the selected plugins"),
0, 0, INT_MAX, 1, &ok);
if (!ok) return;