Timeout message is more English than it was now

This commit is contained in:
Uriziel 2012-12-24 19:14:52 +01:00
parent 694747397c
commit 866739fd34
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ class SyncplayClient(object):
def checkIfConnected(self):
if(self._lastGlobalUpdate and self._protocol and time.time() - self._lastGlobalUpdate > 4.1):
self._lastGlobalUpdate = None
self.ui.showErrorMessage("Connection with server timeouted")
self.ui.showErrorMessage("Connection with server timed out")
self._protocol.drop()
return False
return True