Zine

open source content publishing system


Changeset 1296:7992b5740fb2


Ignore:
Timestamp:
01/11/10 22:01:07 (2 years ago)
Author:
Georg Brandl <georg@…>
Branch:
default
Message:

Fix speling.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • zine/config.py

    r1284 r1296  
    9090    'passthrough_errors':       BooleanField(default=_dev_mode, 
    9191        help_text=lazy_gettext(u'If this is set to true, errors in Zine ' 
    92         u'are not catched so that debuggers can catch it instead.  This is ' 
     92        u'are not caught so that debuggers can catch it instead.  This is ' 
    9393        u'useful for plugin and core development.')), 
    9494 
Note: See TracChangeset for help on using the changeset viewer.