Changeset 12781 for main/waeup.ikoba/trunk/src
- Timestamp:
- 17 Mar 2015, 20:38:37 (10 years ago)
- Location:
- main/waeup.ikoba/trunk/src/waeup/ikoba
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ikoba/trunk/src/waeup/ikoba/locales/waeup.ikoba.pot
r12758 r12781 4021 4021 4022 4022 #: waeup/ikoba/products/browser.py:218 4023 msgid "Manage product 4023 msgid "Manage product" 4024 4024 msgstr "" 4025 4025 -
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.