Changeset 4819 for WAeUP_SRP/trunk


Ignore:
Timestamp:
15 Jan 2010, 18:09:30 (15 years ago)
Author:
Henrik Bettermann
Message:

fix typo (section titles should be better singular than plural)

Location:
WAeUP_SRP/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/Documents.py

    r3824 r4819  
    3030    def Title(self):
    3131        """compose title"""
    32         return "Documents Section"
     32        return "Document Section"
    3333
    3434    def exportLocalRoles(self,portal_type): ###(
  • WAeUP_SRP/trunk/Upload.py

    r4525 r4819  
    3636    def Title(self):
    3737        """compose title"""
    38         return "Uploads Section"
     38        return "Upload Section"
    3939
    4040
Note: See TracChangeset for help on using the changeset viewer.