mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
[GTK3] Fix column lookup not i18n-ised
This commit is contained in:
parent
ac5db1b262
commit
7d5a429466
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ class ListView(object):
|
|||
self.default_sort_column_id, Gtk.SortType.ASCENDING
|
||||
)
|
||||
self.model_filter.set_default_sort_func(
|
||||
self.generic_sort_func, self.get_column_index('Added')[0]
|
||||
self.generic_sort_func, self.get_column_index(_('Added'))[0]
|
||||
)
|
||||
|
||||
def get_sort_column_from_state(self):
|
||||
|
|
Loading…
Add table
Reference in a new issue