# HG changeset patch # User Andre Heinecke # 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 @@ - Close all running firefox and thunderbird instances to continue installation + Close all running firefox and thunderbird instances to continue installation! 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));