Fixed capitalisation of label
This commit is contained in:
parent
1a0c00b87a
commit
8d5c97931e
@ -418,7 +418,7 @@ class BlenderCloudPreferences(AddonPreferences):
|
||||
|
||||
# This is only needed when the project is set up for either Attract or Flamenco.
|
||||
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):
|
||||
header_row = flamenco_box.row(align=True)
|
||||
|
Reference in New Issue
Block a user