Ignore:
Timestamp:
21 Jan 2017, 16:13:18 (8 years ago)
Author:
Henrik Bettermann
Message:

AAUE wants to translate 'Student Name'.

File:
1 edited

Legend:

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

    r14423 r14426  
    186186            else:
    187187                gpa_class_data = [('', '- NIL -', '')]
    188             table_data = [('Student Id', 'Matric No.', 'Name')] + gpa_class_data
     188            table_data = [('Student Id', 'Matric No.',
     189                translate(_('Student Name')))] + gpa_class_data
    189190            pdf_data += [Table(table_data, style=TABLE_STYLE)]    #, colWidths=col_widths)]
    190191        if self.data[-1]:
Note: See TracChangeset for help on using the changeset viewer.