Fixed a typo.
This commit is contained in:
parent
15df253e52
commit
3e4a61530a
@ -1235,7 +1235,7 @@
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Network connectivity test has faild!</source>
|
||||
<source>Network connectivity test has failed!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -1232,7 +1232,7 @@
|
||||
<translation>Überprüfe Internetverbindung, bitte warten...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Network connectivity test has faild!</source>
|
||||
<source>Network connectivity test has failed!</source>
|
||||
<translation>Test der Netzwerk Konnektivität fehlgeschlagen!</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -1240,7 +1240,7 @@ Votre dossier TEMP est situé ici:</translation>
|
||||
<translation>Test de votre connexion internet, patientez...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Network connectivity test has faild!</source>
|
||||
<source>Network connectivity test has failed!</source>
|
||||
<translation>Le test de connectivité réseau a échoué!</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -1232,7 +1232,7 @@
|
||||
<translation>Test della tua connessione internet, attendere prego...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Network connectivity test has faild!</source>
|
||||
<source>Network connectivity test has failed!</source>
|
||||
<translation>Il test di connessione di rete è fallito!</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -25,7 +25,7 @@
|
||||
#define VER_LAMEXP_MAJOR 4
|
||||
#define VER_LAMEXP_MINOR_HI 0
|
||||
#define VER_LAMEXP_MINOR_LO 0
|
||||
#define VER_LAMEXP_BUILD 226
|
||||
#define VER_LAMEXP_BUILD 227
|
||||
#define VER_LAMEXP_SUFFIX TechPreview
|
||||
|
||||
/*
|
||||
|
@ -228,7 +228,7 @@ void UpdateDialog::checkForUpdates(void)
|
||||
closeButton->setEnabled(true);
|
||||
retryButton->setEnabled(true);
|
||||
logButton->setEnabled(true);
|
||||
statusLabel->setText(tr("Network connectivity test has faild!"));
|
||||
statusLabel->setText(tr("Network connectivity test has failed!"));
|
||||
progressBar->setValue(progressBar->maximum());
|
||||
hintIcon->setPixmap(QIcon(":/icons/error.png").pixmap(16,16));
|
||||
hintLabel->setText(tr("Please make sure your internet connection is working properly and try again."));
|
||||
|
Loading…
Reference in New Issue
Block a user