fix translation
This commit is contained in:
parent
6f9889bc4d
commit
50c1fcb7a7
|
@ -2659,7 +2659,7 @@ class ManageBookmarksWindow:
|
|||
|
||||
self.option_list = {'': _('Default'), 'all': Q_('?print_status:All'),
|
||||
'in_and_out': _('Enter and leave only'),
|
||||
'none': _('?print_status:None')}
|
||||
'none': Q_('?print_status:None')}
|
||||
opts = self.option_list.keys()
|
||||
opts.sort()
|
||||
for opt in opts:
|
||||
|
|
Loading…
Reference in New Issue