Typo of translated string
Trivial typo. Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
This commit is contained in:
parent
001ff1b904
commit
eb8e3de6da
@ -55,7 +55,7 @@ bool CheckCloudConnection::checkServer()
|
||||
return true;
|
||||
}
|
||||
} else if (seconds < prefs.cloud_timeout) {
|
||||
QString text = tr("Waiting for cloud connetion (%n second(s) passed)", "", seconds);
|
||||
QString text = tr("Waiting for cloud connection (%n second(s) passed)", "", seconds);
|
||||
git_storage_update_progress(qPrintable(text));
|
||||
} else {
|
||||
disconnect(reply, SIGNAL(finished()), &loop, SLOT(quit()));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user