1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-18 03:52:11 +01:00

fixed formatting of error message

This commit is contained in:
Christian Gudrian 2014-10-09 18:18:23 +02:00 committed by James Duley
parent 30b97bbb29
commit 98387d2639

View File

@ -194,7 +194,7 @@ bool UAVConfigInfo::askToAbort(int compat, QString message)
return true;
default:
msgBox.setText("INTERNAL ERROR: " + message + tr(" Unknown compatibility level: " + compat));
msgBox.setText("INTERNAL ERROR: " + message + tr(" Unknown compatibility level: %1").arg(compat));
}
if (result == QMessageBox::Ok) {
return false;