comparison ui/mainwindow.cpp @ 926:ca997bc0f790

(issue63) Updated message box text for normal user.
author Emanuel Schuetze <emanuel@intevation.de>
date Thu, 21 Aug 2014 16:54:51 +0200
parents e5fd2d0cf42f
children 57371f2e8dae
comparison
equal deleted inserted replaced
925:1b77124aea4d 926:ca997bc0f790
1159 unselected << mRemoveList->unselectedCertificates(); 1159 unselected << mRemoveList->unselectedCertificates();
1160 1160
1161 #ifdef Q_OS_WIN 1161 #ifdef Q_OS_WIN
1162 if (!is_admin() || !is_system_install()) { 1162 if (!is_admin() || !is_system_install()) {
1163 QMessageBox::information(this, 1163 QMessageBox::information(this,
1164 tr("Installation as normal user."), 1164 tr("Installation with standard user account"),
1165 tr("TrustBridge does not have the necessary privileges to install the certificates silently.") + "\n" + 1165 tr("Windows will now ask you to confirm qeach root certificate modification "
1166 tr("Windows will explicitly ask you to verify every modification TrustBridge intends to make.")); 1166 "because TrustBridge does not have the necessary privileges to install "
1167 "root certificates into the Windows certificate store silently."));
1167 } 1168 }
1168 #endif 1169 #endif
1169 1170
1170 QProgressDialog *progress = new QProgressDialog(this); 1171 QProgressDialog *progress = new QProgressDialog(this);
1171 progress->setWindowModality(Qt::WindowModal); 1172 progress->setWindowModality(Qt::WindowModal);

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