Translation problem when creating event filter
If you create a filter with the rule name: "Events with a particular type" or "Events with <data>" The menu "Travel", "Academic"... are not translated Fixes #11293
This commit is contained in:
parent
dd80e4b80e
commit
4b9dba0c53
@ -171,7 +171,7 @@ class StandardCustomSelector:
|
|||||||
if self.active_key in items:
|
if self.active_key in items:
|
||||||
parent = None
|
parent = None
|
||||||
else:
|
else:
|
||||||
parent = store.append(None, row=[None, heading, False])
|
parent = store.append(None, row=[None, _(heading), False])
|
||||||
for item in items:
|
for item in items:
|
||||||
store.append(parent, row=[item, self.mapping[item], True])
|
store.append(parent, row=[item, self.mapping[item], True])
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user