Ignore:
Timestamp:
22 Feb 2012, 21:14:09 (13 years ago)
Author:
Henrik Bettermann
Message:

Uses sources instead of vocabularies and feed sources with dictionaries defined in SIRPUtils. This way we can easily customize the sources.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/objecthistory.py

    r7679 r7681  
    7272        if portal_language != 'en':
    7373            by = translate(_('by'),'waeup.sirp',target_language=portal_language)
    74         msg = '%s - %s %s %s' % (timestamp, msg, by, user)
     74        msg = u'%s - %s %s %s' % (timestamp, msg, by, user)
    7575        msgs.append(msg)
    7676        self._annotations[self.history_key] = msgs
Note: See TracChangeset for help on using the changeset viewer.