Ignore:
Timestamp:
29 Feb 2012, 23:05:58 (13 years ago)
Author:
Henrik Bettermann
Message:

Backup internationalization work in progress.

File:
1 edited

Legend:

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

    r7734 r7735  
    169169    grok.template('containerpage')
    170170    label = _('Student Section')
     171    search_button = _('Search')
    171172    pnav = 4
    172173
     
    202203    pnav = 4
    203204    label = _('Manage student section')
     205    search_button = _('Search')
     206    remove_button = _('Remove selected')
    204207
    205208    def update(self, *args, **kw):
Note: See TracChangeset for help on using the changeset viewer.