Language update

This commit is contained in:
Miroslav Stampar
2014-09-08 14:48:31 +02:00
parent 53d0d5bf8b
commit bfc8ab0e35
2 changed files with 2 additions and 2 deletions

View File

@@ -858,7 +858,7 @@ class Connect(object):
if deviation > WARN_TIME_STDEV:
kb.adjustTimeDelay = ADJUST_TIME_DELAY.DISABLE
warnMsg = "there is considerable lagging "
warnMsg = "considerable lagging has been detected "
warnMsg += "in connection response(s). Please use as high "
warnMsg += "value for option '--time-sec' as possible (e.g. "
warnMsg += "10 or more)"