Fix english sentence
This commit is contained in:
parent
e1190dea23
commit
6bb6d1e42b
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue