QbsProjectManager: Use tr() for translatable string.

Change-Id: I90bea6d1ef3e4584db5b5140d7ccb7b7c7ca529f
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
Christian Kandeler
2014-11-26 14:11:12 +01:00
parent 1adb88d2bd
commit c547af4dad

View File

@@ -364,7 +364,7 @@ qbs::BuildJob *QbsProject::build(const qbs::BuildOptions &opts, QStringList prod
}
}
if (!found) {
error = QLatin1String("Cannot build: Selected products do not exist anymore."); // TODO: Use tr() in 3.4
error = tr("Cannot build: Selected products do not exist anymore.");
return 0;
}
}