Fix english sentence

This commit is contained in:
Gabriel Kerneis 2013-05-28 11:19:04 +02:00 committed by Florent
commit 6bb6d1e42b

View file

@ -58,7 +58,7 @@ class BackendsConfig(object):
if sys.platform != 'win32': if sys.platform != 'win32':
if mode & stat.S_IRGRP or mode & stat.S_IROTH: if mode & stat.S_IRGRP or mode & stat.S_IROTH:
raise self.WrongPermissions( 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): def iter_backends(self):
config = RawConfigParser() config = RawConfigParser()