From 532f07f73213bf977019add824a81ec45bad3fc6 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Mon, 17 Feb 2020 13:00:47 +0100 Subject: Fix several typos in UI messages. --- io_scene_x3d/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io_scene_x3d/__init__.py') diff --git a/io_scene_x3d/__init__.py b/io_scene_x3d/__init__.py index 16eba50a..9c50cbab 100644 --- a/io_scene_x3d/__init__.py +++ b/io_scene_x3d/__init__.py @@ -85,7 +85,7 @@ class ImportX3D(bpy.types.Operator, ImportHelper): class X3D_PT_export_include(bpy.types.Panel): bl_space_type = 'FILE_BROWSER' bl_region_type = 'TOOL_PROPS' - bl_label = "include" + bl_label = "Include" bl_parent_id = "FILE_PT_operator" @classmethod -- cgit v1.2.3