Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <b.mont29@gmail.com>2020-02-17 15:00:47 +0300
committerBastien Montagne <b.mont29@gmail.com>2020-02-17 15:00:47 +0300
commit532f07f73213bf977019add824a81ec45bad3fc6 (patch)
tree23f133fbbbaa98739417003890b6392b3e79af5a /io_scene_x3d
parent670da1eea44d27200c9bd1fb6aacac4cf5daa52f (diff)
Fix several typos in UI messages.
Diffstat (limited to 'io_scene_x3d')
-rw-r--r--io_scene_x3d/__init__.py2
1 files changed, 1 insertions, 1 deletions
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