changeset 772:aec00847d86d

Improve message caption for successful package creation
author Andre Heinecke <andre.heinecke@intevation.de>
date Thu, 10 Jul 2014 19:15:48 +0200
parents 2798f1869eee
children 2c69298b4188
files ui/createinstallerdialog.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 {

http://wald.intevation.org/projects/trustbridge/