forked from qt-creator/qt-creator
McuSupport: Make string translatable
Change-Id: I522700d383cc79bad79ade73fe3cebcbe7b451b1 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user