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:
parent
30b97bbb29
commit
98387d2639
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user