From a6e526210ff1253c7b8ded272f119f98395ed715 Mon Sep 17 00:00:00 2001 From: LostDragonist Date: Sat, 5 Jan 2019 01:33:46 -0600 Subject: Remove redundant "active" labels on plugin counter --- src/mainwindow.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/mainwindow.cpp') diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 0f21af94..a06b206a 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -3237,11 +3237,11 @@ void MainWindow::updatePluginCount() ui->activePluginsCounter->display(activeVisibleCount); ui->activePluginsCounter->setToolTip(tr("" "" - "" - "" - "" - "" - "" + "" + "" + "" + "" + "" "
TypeActiveTotal
Active plugins:%1%2
Active ESMs:%3%4
Active ESPs:%7%8
Active ESMs+ESPs:%9%10
Active ESLs:%5%6
All plugins:%1%2
ESMs:%3%4
ESPs:%7%8
ESMs+ESPs:%9%10
ESLs:%5%6
") .arg(activeCount).arg(totalCount) .arg(activeMasterCount).arg(masterCount) -- cgit v1.3.1