diff --git a/blender_cloud/blender.py b/blender_cloud/blender.py index 1738b41..a7e49d1 100644 --- a/blender_cloud/blender.py +++ b/blender_cloud/blender.py @@ -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)