summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorLostDragonist <lost.dragonist@gmail.com>2018-11-04 13:47:39 -0600
committerLostDragonist <lost.dragonist@gmail.com>2018-11-04 13:47:39 -0600
commit5588b8b756ea224b1469049a338628787aff80c0 (patch)
tree3b8f7177b7ce5444f68423bc0682f68005e5fc1a /src/mainwindow.cpp
parentd48392c89fa21b29e2bdc008c033ff3064ee49fc (diff)
Change "mods" to "plugins" in "send to priority..." option for plugins
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;