Ignore:
Timestamp:
12 Apr 2012, 09:00:56 (12 years ago)
Author:
Henrik Bettermann
Message:

Localize 'not provided' mesaage.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/students/utils.py

    r8117 r8120  
    179179            img_path = getattr(getUtility(IExtFileStore).getFileByContext(
    180180                view.context, attr=viewlet.download_name), 'name', None)
    181             f_text = Paragraph('[Yet not provided]', ENTRY1_STYLE)
     181            f_text = Paragraph(trans(_('(not provided)'),lang), ENTRY1_STYLE)
    182182            if img_path is None:
    183183                pass
Note: See TracChangeset for help on using the changeset viewer.