mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Typo of translated string
Trivial typo. Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
This commit is contained in:
parent
001ff1b904
commit
eb8e3de6da
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue