# HG changeset patch # User Andre Heinecke # Date 1405012548 -7200 # Node ID aec00847d86dfd3d73eb5d56761af43eb3b79e29 # Parent 2798f1869eee9b17697343533d4b17ec871964e7 Improve message caption for successful package creation diff -r 2798f1869eee -r aec00847d86d ui/createinstallerdialog.cpp --- a/ui/createinstallerdialog.cpp Thu Jul 10 19:15:22 2014 +0200 +++ b/ui/createinstallerdialog.cpp Thu Jul 10 19:15:48 2014 +0200 @@ -471,7 +471,7 @@ detailsWindow->hide(); if (!isErr) { - setWindowTitle(tr("Success!")); + setWindowTitle(tr("Successfully created installation package")); msgLabel->setPixmap(QApplication::style()->standardIcon( QStyle::SP_MessageBoxInformation).pixmap(16, 16)); } else {