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) {