Ignore:
Timestamp:
1 Apr 2021, 20:01:29 (3 years ago)
Author:
Henrik Bettermann
Message:

Rename file.

Customize texts.

Location:
main/waeup.uniben/trunk/src/waeup/uniben
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.uniben/trunk/src/waeup/uniben/locales/en/LC_MESSAGES/waeup.kofa.po

    r16315 r16443  
    7272msgid "Add online payment ticket"
    7373msgstr "Create and make online payment from this page"
     74
     75#: waeup/kofa/students/utils.py:323
     76msgid "Scanned Documents"
     77msgstr "Documents / Files / Images"
     78
     79#: waeup/kofa/students/browser.py:2711
     80msgid "Upload portrait"
     81msgstr "Upload red background picture"
     82
     83msgid "Change portrait"
     84msgstr "Upload red background picture"
  • main/waeup.uniben/trunk/src/waeup/uniben/students/viewlets.py

    r16441 r16443  
    299299class LeftThumbPrintSlip(LeftThumbPrintDisplay):
    300300    """Mentions scanned fingerprint on slip.
    301 
    302     Fingerprint minutiae is not printet.
     301    Fingerprint minutiae is not printed.
    303302    """
    304303    grok.view(ExportPDFClearanceSlip)
     
    328327    label = _(u'Original JAMB Picture')
    329328    title = _(u'Original JAMB Picture')
    330     download_name = u'jamb_picture'
     329    download_name = u'passport2'
    331330
    332331class JAMBPictureSlip(JAMBPictureDisplay):
     
    336335    """Renders Original JAMB picture.
    337336    """
    338     grok.name('jamb_picture')
    339     download_name = u'jamb_picture'
     337    grok.name('passport2')
     338    download_name = u'passport2'
Note: See TracChangeset for help on using the changeset viewer.