diff --git a/src/plugins/updateinfo/updateinfoplugin.cpp b/src/plugins/updateinfo/updateinfoplugin.cpp index 4644823ed52..c602136ef20 100644 --- a/src/plugins/updateinfo/updateinfoplugin.cpp +++ b/src/plugins/updateinfo/updateinfoplugin.cpp @@ -193,7 +193,7 @@ void UpdateInfoPlugin::checkForUpdatesFinished() d->m_progress->setKeepOnFinish(FutureProgress::HideOnFinish); emit newUpdatesAvailable(true); Core::InfoBarEntry info(InstallUpdates, - tr("New updates are available. Do you want to start the update?")); + tr("New updates are available. Start the update?")); info.setCustomButtonInfo(tr("Start Update"), [this] { Core::ICore::infoBar()->removeInfo(InstallUpdates); startUpdater(); @@ -202,7 +202,7 @@ void UpdateInfoPlugin::checkForUpdatesFinished() info.setDetailsWidgetCreator([updates]() -> QWidget * { const QString updateText = updates.join("
  • "); auto label = new QLabel; - label->setText("

    " + tr("Available Updates:") + "