From d15a87b0e646e2bffc0605ce8fdae4909e41995c Mon Sep 17 00:00:00 2001 From: Jeremy Rimpo Date: Wed, 13 Sep 2023 03:23:47 -0500 Subject: [PATCH] Fix lint issues --- 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) {