show "+ installed modules" in ship selection dialog tooltip

This commit is contained in:
2026-07-14 21:23:05 +02:00
parent 9c1e948ab4
commit 76812ba0c5

View File

@@ -44,6 +44,7 @@ QString shipTooltip(const ShipDef& def)
{
lines << itemLine(material.item, material.amount);
}
lines << QObject::tr(" + installed modules");
}
lines << QObject::tr("Completion time: %1 s")