Ignore:
Timestamp:
Nov 12, 2010 1:19:56 PM (13 years ago)
Author:
olha
Message:

text in in configletview.py updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.plonegooglesitemaps/trunk/quintagroup/plonegooglesitemaps/browser/configletview.py

    r2596 r3006  
    2525    """ 
    2626 
    27     sitemaps = Attribute("return mapping of sitemap's type to list of appropriate objects") 
    28     hasContentSM = Attribute("Return boolean about existance content sitemap") 
    29     hasMobileSM = Attribute("Return boolean about existance mobile sitemap") 
    30     hasNewsSM = Attribute("Return boolean about existance news sitemap") 
    31     sm_types = Attribute("List of sitemap typs") 
     27    sitemaps = Attribute("Returns mapping of sitemap's type to list of appropriate objects") 
     28    hasContentSM = Attribute("Returns boolean about existance of content sitemap") 
     29    hasMobileSM = Attribute("Returns boolean about existance of mobile sitemap") 
     30    hasNewsSM = Attribute("Returns boolean about existance of news sitemap") 
     31    sm_types = Attribute("List of sitemap types") 
    3232 
    3333    def sitemapsDict(): 
Note: See TracChangeset for help on using the changeset viewer.