UI: Use singular noun form in add menus

This commit is contained in:
Aaron Carlisle
2019-08-12 15:46:07 -04:00
parent 3c014fe3fb
commit 1a8dccd70a

View File

@@ -515,7 +515,7 @@ class SEQUENCER_MT_add_empty(Menu):
class SEQUENCER_MT_add_transitions(Menu):
bl_label = "Transitions"
bl_label = "Transition"
def draw(self, context):