Ignore:
Timestamp:
Aug 20, 2009 3:15:26 PM (15 years ago)
Author:
koval
Message:

fixing bugs and typos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.quills.extras/trunk/quintagroup/quills/extras/portlets/mostcommented.py

    r642 r1257  
    2929    blog = schema.TextLine( 
    3030        title=_(u"Path to Blog"), 
    31         description=_(u"Physical path to blog, from the plone object 'blog'"), 
     31        description=_(u"Physical path to blog, from the plone object, 'blog' for ex."), 
    3232        required=True) 
    3333 
     
    3939 
    4040    limit = schema.Int( 
    41         title=_(u"Actual Period"), 
     41        title=_(u"Maximum entries"), 
    4242        default = 5, 
    43         description=_(u"Actual period in days"), 
     43        description=_(u"What's the maximum number of entries to list?"), 
    4444        required=True) 
    4545 
Note: See TracChangeset for help on using the changeset viewer.