mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Typo fix
Suggested by [mnestis](https://www.transifex.com/accounts/profile/mnestis/)
This commit is contained in:
parent
e673d76f22
commit
dd5296f03c
@ -154,7 +154,7 @@ QString SyncEngine::csyncErrorToString(CSYNC_STATUS err)
|
||||
errStr = tr("CSync failed to connect to the network.");
|
||||
break;
|
||||
case CSYNC_STATUS_TIMEOUT:
|
||||
errStr = tr("A network connection timeout happend.");
|
||||
errStr = tr("A network connection timeout happened.");
|
||||
break;
|
||||
case CSYNC_STATUS_HTTP_ERROR:
|
||||
errStr = tr("A HTTP transmission error happened.");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user