Skip to content

Commit ea7bf47

Browse files
committed
EO-11386 - Removed productname that shouldn't have been there
1 parent b417dc4 commit ea7bf47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/libs/installer/packagemanagergui.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2326,7 +2326,7 @@ void CustomIntroductionPage::entering()
23262326
if (core->isUninstaller()) {
23272327
// m_taskDetailsBrowser->setVisible(false);
23282328
setButtonText(QWizard::CommitButton, tr("U&ninstall"));
2329-
setColoredTitle(tr("Ready to Uninstall %1").arg(productName()));
2329+
setColoredTitle(tr("Ready to Uninstall"));
23302330
m_spaceLabel->setText(tr("Setup is now ready to begin removing %1 from your computer.<br>"
23312331
"<font color=\"red\">%2 will be deleted completely</font>, "
23322332
"including all content in that directory!")

0 commit comments

Comments
 (0)