diff --git a/weboob/core/backendscfg.py b/weboob/core/backendscfg.py index dde609ba..e581b2fd 100644 --- a/weboob/core/backendscfg.py +++ b/weboob/core/backendscfg.py @@ -58,7 +58,7 @@ class BackendsConfig(object): if sys.platform != 'win32': if mode & stat.S_IRGRP or mode & stat.S_IROTH: raise self.WrongPermissions( - u'Weboob will not start until config file %s is readable by group or other users.' % confpath) + u'Weboob will not start as long as config file %s is readable by group or other users.' % confpath) def iter_backends(self): config = RawConfigParser()