Ignore:
Timestamp:
23 Dec 2014, 07:11:12 (10 years ago)
Author:
Henrik Bettermann
Message:

Update localization.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.ikoba/trunk/src/waeup/ikoba/customers/browser.py

    r12258 r12300  
    861861    @property
    862862    def label(self):
    863         return _('${a}', mapping = {'a':self.context.title})
     863        return self.context.title
    864864
    865865
     
    887887    @property
    888888    def label(self):
    889         return _('${a}', mapping = {'a':self.context.title})
     889        return self.context.title
    890890
    891891    @action(_('Save'), style='primary')
     
    12141214    @property
    12151215    def label(self):
    1216         return _('${a}', mapping = {'a':self.context.title})
     1216        return self.context.title
    12171217
    12181218
     
    12341234    @property
    12351235    def label(self):
    1236         return _('${a}', mapping = {'a':self.context.title})
     1236        return self.context.title
    12371237
    12381238    @action(_('Save'), style='primary')
Note: See TracChangeset for help on using the changeset viewer.