diff options
| author | LostDragonist <lost.dragonist@gmail.com> | 2018-11-04 13:47:39 -0600 |
|---|---|---|
| committer | LostDragonist <lost.dragonist@gmail.com> | 2018-11-04 13:47:39 -0600 |
| commit | 5588b8b756ea224b1469049a338628787aff80c0 (patch) | |
| tree | 3b8f7177b7ce5444f68423bc0682f68005e5fc1a /src/mainwindow.cpp | |
| parent | d48392c89fa21b29e2bdc008c033ff3064ee49fc (diff) | |
Change "mods" to "plugins" in "send to priority..." option for plugins
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 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;
|
