fix indentation. Fixes #2704. thanks Fab

This commit is contained in:
Yann Leboulanger 2006-11-25 10:31:01 +00:00
parent a6e2610038
commit e8145b8b31
1 changed files with 1 additions and 1 deletions

View File

@ -2609,7 +2609,7 @@ class ManageBookmarksWindow:
self.print_status_combobox = self.xml.get_widget('print_status_combobox')
model = gtk.ListStore(str, str)
self.option_list = {'': _('Default'), 'all': _('?print_status:All'),
self.option_list = {'': _('Default'), 'all': _('?print_status:All'),
'in_and_out': _('Enter and leave only'), 'none': _('None')}
opts = self.option_list.keys()
opts.sort()