Changeset 12337 for main/waeup.ikoba/trunk/src/waeup/ikoba/products
- Timestamp:
- 29 Dec 2014, 23:05:40 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ikoba/trunk/src/waeup/ikoba/products/interfaces.py
r12336 r12337 58 58 59 59 contract_title = schema.TextLine( 60 title = _(u' Product Title'),61 description = _('Product title i f empty'),60 title = _(u'Contract Title'), 61 description = _('Product title is used if empty.'), 62 62 required = False, 63 63 )
Note: See TracChangeset for help on using the changeset viewer.