Changeset 12781 for main/waeup.ikoba/trunk/src/waeup/ikoba/products
- Timestamp:
- 17 Mar 2015, 20:38:37 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ikoba/trunk/src/waeup/ikoba/products/browser.py
r12684 r12781 216 216 217 217 def label(self): 218 return _('Manage product ')+ self.context.product_id218 return _('Manage product') + ' ' + self.context.product_id 219 219 220 220 @action(_('Save'), style='primary')
Note: See TracChangeset for help on using the changeset viewer.