From 2f37172a4bf0de809f34203a3954056678f6831f Mon Sep 17 00:00:00 2001 From: Jeremy Rimpo Date: Tue, 12 Sep 2023 17:09:34 -0500 Subject: [PATCH] Lint --- src/pluginlist.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pluginlist.cpp b/src/pluginlist.cpp index b31d60bfd..cb3face65 100644 --- a/src/pluginlist.cpp +++ b/src/pluginlist.cpp @@ -1308,7 +1308,8 @@ QVariant PluginList::tooltipData(const QModelIndex& modelIndex) const QString type = esp.hasMasterExtension ? "ESM" : "ESP"; toolTip += "

" + tr("This %1 is flagged as an ESL. It will adhere to the %1 load " - "order but the records will be loaded in ESL space.").arg(type); + "order but the records will be loaded in ESL space.") + .arg(type); } if (esp.forceDisabled) {