Fixed capitalisation of label

This commit is contained in:
Sybren A. Stüvel 2017-03-21 14:26:08 +01:00
parent 1a0c00b87a
commit 8d5c97931e

View File

@ -418,7 +418,7 @@ class BlenderCloudPreferences(AddonPreferences):
# This is only needed when the project is set up for either Attract or Flamenco. # This is only needed when the project is set up for either Attract or Flamenco.
project_box.prop(self, 'cloud_project_local_path', project_box.prop(self, 'cloud_project_local_path',
text='Local Cloud project path') text='Local Cloud Project Path')
def draw_flamenco_buttons(self, flamenco_box, bcp: flamenco.FlamencoManagerGroup, context): def draw_flamenco_buttons(self, flamenco_box, bcp: flamenco.FlamencoManagerGroup, context):
header_row = flamenco_box.row(align=True) header_row = flamenco_box.row(align=True)