From 6bb6d1e42bfaff74b17ea83129989aa7ec97e660 Mon Sep 17 00:00:00 2001 From: Gabriel Kerneis Date: Tue, 28 May 2013 11:19:04 +0200 Subject: [PATCH] Fix english sentence --- weboob/core/backendscfg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()