Mercurial > trustbridge
diff ui/processwaitdialog.cpp @ 661:320a64d58e62
(UI) Updated English strings. Removed Issuer fields.
author | Emanuel Schuetze <emanuel@intevation.de> |
---|---|
date | Thu, 26 Jun 2014 15:59:34 +0200 |
parents | 47235ae3fa9a |
children |
line wrap: on
line diff
--- a/ui/processwaitdialog.cpp Thu Jun 26 15:58:11 2014 +0200 +++ b/ui/processwaitdialog.cpp Thu Jun 26 15:59:34 2014 +0200 @@ -23,7 +23,7 @@ setWindowTitle(tr("Applications need to be closed.")); setWindowFlags(Qt::Dialog | Qt::CustomizeWindowHint | Qt::WindowTitleHint); - QLabel *warnLabel = new QLabel(tr("Close all running firefox and thunderbird instances to continue installation!")); + QLabel *warnLabel = new QLabel(tr("Please close all running Firefox and Thunderbird instances to continue installation!")); QLabel *warnIcon = new QLabel(); warnIcon->setPixmap(QApplication::style()->standardPixmap(QStyle::SP_MessageBoxWarning));