Mercurial > moin > 1.9
changeset 5191:c82ca74830a4
i18n.strings: PEP8 white space fix
author | Reimar Bauer <rb.proj AT googlemail DOT com> |
---|---|
date | Wed, 07 Oct 2009 19:46:44 +0200 |
parents | 130276d62314 |
children | 97bd2f295376 |
files | MoinMoin/i18n/strings.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/MoinMoin/i18n/strings.py Wed Oct 07 19:29:45 2009 +0200 +++ b/MoinMoin/i18n/strings.py Wed Oct 07 19:46:44 2009 +0200 @@ -102,7 +102,7 @@ # Installation / Configuration / Administration Help: admin_pages = [ - _('InstallDocs'), + _('InstallDocs'), _('HelpOnConfiguration'), _('HelpOnConfiguration/EmailSupport'), _('HelpOnConfiguration/SecurityPolicy'),