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:
		@@ -171,7 +171,7 @@ class StandardCustomSelector:
 | 
			
		||||
            if self.active_key in items:
 | 
			
		||||
                parent = None
 | 
			
		||||
            else:
 | 
			
		||||
                parent = store.append(None, row=[None, heading, False])
 | 
			
		||||
                parent = store.append(None, row=[None, _(heading), False])
 | 
			
		||||
            for item in items:
 | 
			
		||||
                store.append(parent, row=[item, self.mapping[item], True])
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user