Changeset 15254 for main/waeup.kofa/trunk/src/waeup/kofa/hostels
- Timestamp:
- 23 Nov 2018, 13:35:46 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/hostels/browser.py
r15250 r15254 141 141 @property 142 142 def onclick(self): 143 msg = "'All expired bed space allocations will be annulled. " + \143 msg = _("'All expired bed space allocations will be annulled. " + \ 144 144 "Are you sure? \\n\\n" + \ 145 145 "Bed space allocation expires ${a} days after accommodation " + \ 146 146 "booking if maintenance fee is not " + \ 147 "paid.'" 147 "paid.'") 148 148 msg = _(msg, mapping={'a': self.context.allocation_expiration,}) 149 149 portal_language = getUtility(IKofaUtils).PORTAL_LANGUAGE
Note: See TracChangeset for help on using the changeset viewer.