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:
authorCampbell Barton <ideasman42@gmail.com>2011-05-03 18:16:37 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-05-03 18:16:37 +0400
commit28ed349f43678319afc780b0f56b0a673fe8380f (patch)
tree934f58aa9a52f1aae1411f387dd34886b72b4559 /io_scene_x3d
parent41614333968a199aabc270bc760bc8a9a9ae8b04 (diff)
correct tooltip
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 f49cebaf..f3b6dad6 100644
--- a/io_scene_x3d/__init__.py
+++ b/io_scene_x3d/__init__.py
@@ -45,7 +45,7 @@ from io_utils import ImportHelper, ExportHelper
class ImportX3D(bpy.types.Operator, ImportHelper):
- '''Load a BVH motion capture file'''
+ '''Import and X3D or VRML file'''
bl_idname = "import_scene.x3d"
bl_label = "Import X3D/VRML"