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