Unverified Commit 93962c12 authored by Gus Grubba's avatar Gus Grubba Committed by GitHub

Merge pull request #7023 from mavlink/appName

Use application name instead of hardcoded "QGroundControl"
parents 84cf465c 2dc37a9f
......@@ -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