From 8f30a88e63fe2c86aa004f302e6f3bd4c172ea39 Mon Sep 17 00:00:00 2001 From: Hans Goudey Date: Wed, 18 Nov 2020 16:14:48 -0500 Subject: Cleanup: Grammar: "Allow to" vs gerund In cases where "Allow" is followed by an infinitive, a noun needs to directly follow it. But it makes more sense to follow it with a gerund instead. --- release/scripts/startup/bl_ui/space_view3d_toolbar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release') diff --git a/release/scripts/startup/bl_ui/space_view3d_toolbar.py b/release/scripts/startup/bl_ui/space_view3d_toolbar.py index 8c0103d10e6..293d55a6015 100644 --- a/release/scripts/startup/bl_ui/space_view3d_toolbar.py +++ b/release/scripts/startup/bl_ui/space_view3d_toolbar.py @@ -1364,7 +1364,7 @@ class VIEW3D_PT_tools_grease_pencil_brush_settings(Panel, View3DPanel, GreasePen row_mat.template_ID(gp_settings, "material", live_icon=True) else: row_mat.template_ID(context.active_object, "active_material", live_icon=True) - row_mat.enabled = False # will otherwise allow to change material in active slot + row_mat.enabled = False # will otherwise allow changing material in active slot row.prop(gp_settings, "use_material_pin", text="") -- cgit v1.2.3