Commit 323a9ae7 authored by Don Gagne's avatar Don Gagne

Merge pull request #3475 from DonLakeFlyer/QStringFix

Fix string replacement
parents e6cf9822 0e17f9dc
......@@ -244,6 +244,6 @@ void APMAirframeComponentController::_paramFileDownloadFinished(QString remoteFi
void APMAirframeComponentController::_paramFileDownloadError(QString errorMsg)
{
qgcApp()->showMessage(tr("Param file download failed: % 1").arg(errorMsg));
qgcApp()->showMessage(tr("Param file download failed: %1").arg(errorMsg));
qgcApp()->restoreOverrideCursor();
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment