We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b417dc4 commit ea7bf47Copy full SHA for ea7bf47
1 file changed
src/libs/installer/packagemanagergui.cpp
@@ -2326,7 +2326,7 @@ void CustomIntroductionPage::entering()
2326
if (core->isUninstaller()) {
2327
// m_taskDetailsBrowser->setVisible(false);
2328
setButtonText(QWizard::CommitButton, tr("U&ninstall"));
2329
- setColoredTitle(tr("Ready to Uninstall %1").arg(productName()));
+ setColoredTitle(tr("Ready to Uninstall"));
2330
m_spaceLabel->setText(tr("Setup is now ready to begin removing %1 from your computer.<br>"
2331
"<font color=\"red\">%2 will be deleted completely</font>, "
2332
"including all content in that directory!")
0 commit comments