Use plural form for cloud connection wait
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
ba2b5d8505
commit
1d2bcffbdf
@ -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…
x
Reference in New Issue
Block a user