[PATCH] Add exclamation mark to warning message for running firefox / thunderbird instances

Wald Commits scm-commit at wald.intevation.org
Wed Jun 18 14:43:59 CEST 2014


# HG changeset patch
# User Andre Heinecke <andre.heinecke at intevation.de>
# Date 1403095436 -7200
# Node ID 957b28a97959c306a2b84d252f4459295ce7a5ee
# Parent  f469fae3f2f1b2595ce0834ce056dbf896d3d3e5
Add exclamation mark to warning message for running firefox / thunderbird instances

diff -r f469fae3f2f1 -r 957b28a97959 ui/l10n/trustbridge_de_DE.ts
--- a/ui/l10n/trustbridge_de_DE.ts	Wed Jun 18 14:41:16 2014 +0200
+++ b/ui/l10n/trustbridge_de_DE.ts	Wed Jun 18 14:43:56 2014 +0200
@@ -299,7 +299,7 @@
     </message>
     <message>
         <location filename="../processwaitdialog.cpp" line="25"/>
-        <source>Close all running firefox and thunderbird instances to continue installation</source>
+        <source>Close all running firefox and thunderbird instances to continue installation!</source>
         <translation type="unfinished"></translation>
     </message>
 </context>
diff -r f469fae3f2f1 -r 957b28a97959 ui/processwaitdialog.cpp
--- 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));
 


More information about the Trustbridge-commits mailing list