From e9fb2feb2eaef92384b4bf7064fe2c61b1d3dad9 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 28 Aug 2018 12:34:51 +1000 Subject: UI: text keyword argument to label Prepare for keyword only args --- release/scripts/startup/bl_ui/properties_physics_dynamicpaint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release/scripts/startup/bl_ui/properties_physics_dynamicpaint.py') diff --git a/release/scripts/startup/bl_ui/properties_physics_dynamicpaint.py b/release/scripts/startup/bl_ui/properties_physics_dynamicpaint.py index 424ad6ce5e1..ff2ced7704f 100644 --- a/release/scripts/startup/bl_ui/properties_physics_dynamicpaint.py +++ b/release/scripts/startup/bl_ui/properties_physics_dynamicpaint.py @@ -466,7 +466,7 @@ class PHYSICS_PT_dp_canvas_output_bake(PhysicButtonsPanel, Panel): row = layout.row(align=True) row.alignment = 'RIGHT' - row.label("Cache Path") + row.label(text="Cache Path") layout.prop(surface, "image_output_path", text="") layout.operator("dpaint.bake", text="Bake Image Sequence", icon='MOD_DYNAMICPAINT') -- cgit v1.2.3