mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Use plural form for cloud connection wait
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
ba2b5d8505
commit
1d2bcffbdf
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 (%1 seconds passed)").arg(seconds);
|
||||
QString text = tr("Waiting for cloud connetion (%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