Zine

open source content publishing system


Changeset 1378:0cef2a888387


Ignore:
Timestamp:
07/13/10 00:52:38 (23 months ago)
Author:
mitsuhiko
Branch:
default
Message:

Fixed a typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • zine/views/admin.py

    r1306 r1378  
    181181                                        request.user.has_privilege(BLOG_ADMIN): 
    182182        flash(_(u'Zine is in maintenance mode. Don\'t forget to ' 
    183                 u'turn it off again once you finish your changes.')) 
     183                u'turn it off again once you finish your changes. You ' 
     184                u'can do that under System -> Maintenance')) 
    184185 
    185186    # check for broken plugins if we have the plugin guard enabled 
Note: See TracChangeset for help on using the changeset viewer.