McuSupport: Make string translatable

Change-Id: I522700d383cc79bad79ade73fe3cebcbe7b451b1
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Federico Guerinoni
2020-07-15 09:30:35 +02:00
parent 11ea89d936
commit cf025f550a

View File

@@ -212,7 +212,7 @@ void McuPackage::updateStatus()
switch (m_status) {
case ValidPackage:
statusText = m_detectionPath.isEmpty()
? "Path exists." // TODO tr()
? tr("Path exists.")
: tr("Path is valid, \"%1\" was found.").arg(displayDetectionPath);
break;
case ValidPathInvalidPackage: