fix translation

This commit is contained in:
Yann Leboulanger 2007-01-15 10:15:27 +00:00
parent 6f9889bc4d
commit 50c1fcb7a7
1 changed files with 1 additions and 1 deletions

View File

@ -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: