diff ui/processwaitdialog.cpp @ 611:957b28a97959

Add exclamation mark to warning message for running firefox / thunderbird instances
author Andre Heinecke <andre.heinecke@intevation.de>
date Wed, 18 Jun 2014 14:43:56 +0200
parents 292c590ba9cb
children 47235ae3fa9a
line wrap: on
line diff
--- a/ui/processwaitdialog.cpp	Wed Jun 18 14:41:16 2014 +0200
+++ b/ui/processwaitdialog.cpp	Wed Jun 18 14:43:56 2014 +0200
@@ -22,7 +22,7 @@
 
     setWindowTitle(tr("Applications need to be closed."));
 
-    QLabel *warnLabel = new QLabel(tr("Close all running firefox and thunderbird instances to continue installation"));
+    QLabel *warnLabel = new QLabel(tr("Close all running firefox and thunderbird instances to continue installation!"));
     QLabel *warnIcon = new QLabel();
     warnIcon->setPixmap(QApplication::style()->standardPixmap(QStyle::SP_MessageBoxWarning));
 

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