Changeset 7565

Show
Ignore:
Timestamp:
11/29/06 19:06:06 (2 years ago)
Author:
asterix
Message:

use Q_() to translate strings with a context. fixes #2726

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/config.py

    r7550 r7565  
    2222import common.config 
    2323import common.sleepy 
     24from common.i18n import Q_ 
    2425 
    2526import gtkgui_helpers 
     
    26362637                model = gtk.ListStore(str, str) 
    26372638 
    2638                 self.option_list = {'': _('Default'), 'all': _('?print_status:All'), 
     2639                self.option_list = {'': _('Default'), 'all': Q_('?print_status:All'), 
    26392640                        'in_and_out': _('Enter and leave only'), 'none': _('None')} 
    26402641                opts = self.option_list.keys()