Commit 2dc37a9f authored by Gus Grubba's avatar Gus Grubba Committed by Gus Grubba

CP - Use application name instead of hardcoded "QGroundControl"

parent 84cf465c
......@@ -479,8 +479,8 @@ bool QGCApplication::_initForNormalAppBoot(void)
toolbox()->joystickManager()->init();
if (_settingsUpgraded) {
showMessage(tr("The format for QGroundControl saved settings has been modified. "
"Your saved settings have been reset to defaults."));
showMessage(QString(tr("The format for %1 saved settings has been modified. "
"Your saved settings have been reset to defaults.")).arg(applicationName()));
}
// Connect links with flag AutoconnectLink
......
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