fixed sentence

This commit is contained in:
Damien Laniel 2009-03-09 09:46:44 +00:00
parent 28065729d3
commit 6b32702dcd
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ class SettingsDirectory(AccessControlled, Directory):
value = debug_cfg.get('display_exceptions', ''),
options = [ (str(''), _('No display')),
(str('text'), _('Display as Text')),
(str('text-in-html'), _('Display as Text in HTML an error page')),
(str('text-in-html'), _('Display as Text in an HTML error page')),
(str('html'), _('Display as HTML')) ])
form.add(CheckboxWidget, 'logger', title = _('Logger'),
value = debug_cfg.get('logger', False))