Changeset 7667 for main/waeup.sirp/trunk/src/waeup/sirp/university
- Timestamp:
- 19 Feb 2012, 10:04:15 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/university/interfaces.py
r7665 r7667 21 21 from zope.interface import Attribute 22 22 from waeup.sirp.interfaces import (ISIRPObject, ISIRPContainer) 23 from waeup.sirp import MessageFactory as _ 23 24 24 25 from waeup.sirp.university.vocabularies import ( … … 43 44 44 45 title = schema.TextLine( 45 title = u'Name of faculty',46 title = _(u'name_of_faculty', default=u'Name of faculty'), 46 47 default = u'Unnamed', 47 48 required = True,
Note: See TracChangeset for help on using the changeset viewer.