More captialisation of button labels.

This commit is contained in:
Sybren A. Stüvel 2016-11-07 13:39:33 +01:00
parent 469a9318af
commit 56353d4177

View File

@ -209,9 +209,9 @@ class ToolsPanel(Panel):
elif context.selected_sequences:
if len(context.selected_sequences) > 1:
noun = 'selected strips'
noun = 'Selected Strips'
else:
noun = 'this strip'
noun = 'This Strip'
layout.operator(AttractShotSubmitSelected.bl_idname,
text='Submit %s as New Shot' % noun)
layout.operator('attract.shot_relink')