Mercurial > trustbridge
changeset 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 | f469fae3f2f1 |
children | 2ea11a95aa4a |
files | ui/l10n/trustbridge_de_DE.ts ui/processwaitdialog.cpp |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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>
--- 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));