Ignore:
Timestamp:
29 Sep 2019, 19:18:56 (5 years ago)
Author:
Henrik Bettermann
Message:

Ease localization.

File:
1 edited

Legend:

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

    r15584 r15617  
    10581058                       'd':session}))
    10591059        if name == 'attendance':
    1060             doc_title += _('\nAttendance Sheet')
     1060            doc_title += '\n' + _('Attendance Sheet')
    10611061        if name == 'coursetickets':
    1062             doc_title += _('\nCourse Tickets Overview')
     1062            doc_title += '\n' + _('Course Tickets Overview')
    10631063        #footer_title = translate(_('${a} (${b}) - ${d}',
    10641064        #    mapping = {'a':ft,
Note: See TracChangeset for help on using the changeset viewer.