Mercurial > trustbridge
comparison ui/installwrapper.cpp @ 1104:a7a72353d6d2
(issue111) Wording and German translation.
author | Emanuel Schuetze <emanuel@intevation.de> |
---|---|
date | Mon, 15 Sep 2014 14:08:40 +0200 |
parents | b8fb6bf7f980 |
children | 0ddb173bcd8b |
comparison
equal
deleted
inserted
replaced
1103:c4e3498e716f | 1104:a7a72353d6d2 |
---|---|
83 bin_verify_result vres = verify_binary(cinstFileName.toUtf8().constData(), | 83 bin_verify_result vres = verify_binary(cinstFileName.toUtf8().constData(), |
84 cinstFileName.toUtf8().size()); | 84 cinstFileName.toUtf8().size()); |
85 | 85 |
86 if (vres.result != VerifyValid) { | 86 if (vres.result != VerifyValid) { |
87 emit error(tr("Integrity check of the certificate installation process failed. ") | 87 emit error(tr("Integrity check of the certificate installation process failed. ") |
88 + "\n" + tr("Please reinstall the Software.")); | 88 + "\n" + tr("Please reinstall the software.")); |
89 return; | 89 return; |
90 } | 90 } |
91 | 91 |
92 /* QProcess on Windows uses CreateProcess but we have to | 92 /* QProcess on Windows uses CreateProcess but we have to |
93 * use the runas shell command to get the UAC prompt if necessary. | 93 * use the runas shell command to get the UAC prompt if necessary. |