forked from qt-creator/qt-creator
MCU: Fine-tune UI text
Change-Id: Ia03f10891a6bc6af96d8a6165dd6bbe989131e4f Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -168,7 +168,7 @@ void McuSupportPlugin::askUserAboutMcuSupportKitsUpgrade(const SettingsHandler::
|
||||
return;
|
||||
|
||||
Utils::InfoBarEntry info(upgradeMcuSupportKits,
|
||||
Tr::tr("New version of Qt for MCUs detected. Upgrade existing Kits?"),
|
||||
Tr::tr("New version of Qt for MCUs detected. Upgrade existing kits?"),
|
||||
Utils::InfoBarEntry::GlobalSuppression::Enabled);
|
||||
using McuKitManager::UpgradeOption;
|
||||
static UpgradeOption selectedOption = UpgradeOption::Keep;
|
||||
|
||||
Reference in New Issue
Block a user