diff --git a/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py b/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py index b0bff84b8eb..527dfdc3c6f 100644 --- a/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py +++ b/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py @@ -874,7 +874,7 @@ class IMAGE_PT_tools_active(ToolSelectPanelHelper, Panel): bl_options = {'HIDE_HEADER'} # Satisfy the 'ToolSelectPanelHelper' API. - keymap_prefix = "Image Editor Tool: " + keymap_prefix = "Image Editor Tool:" @classmethod def tools_from_context(cls, context, mode=None): @@ -925,7 +925,7 @@ class VIEW3D_PT_tools_active(ToolSelectPanelHelper, Panel): bl_options = {'HIDE_HEADER'} # Satisfy the 'ToolSelectPanelHelper' API. - keymap_prefix = "3D View Tool: " + keymap_prefix = "3D View Tool:" @classmethod def tools_from_context(cls, context, mode=None):