Suggested by [mnestis](https://www.transifex.com/accounts/profile/mnestis/)
This commit is contained in:
Volkan Gezer 2014-06-29 14:06:45 +02:00
parent e673d76f22
commit dd5296f03c

View File

@ -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.");