Changeset 17810 for main/waeup.kofa


Ignore:
Timestamp:
6 Jun 2024, 11:09:32 (4 months ago)
Author:
Henrik Bettermann
Message:

Change warning message to ease customization.

File:
1 edited

Legend:

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

    r17650 r17810  
    29682968        if not getUtility(IStudentsUtils).allowPortraitChange(self.context):
    29692969            emit_lock_message(self,
    2970                 _('This form is locked. You are in the wrong state.'))
     2970                _('The requested form is locked.'))
    29712971            return
    29722972        super(StudentFilesUploadPage, self).update()
Note: See TracChangeset for help on using the changeset viewer.