diff --git a/io_scene_x3d/__init__.py b/io_scene_x3d/__init__.py
index 5a7429f91d8b90ea86bef3f5916ed7475d7d3607..c94d3b7e7234f908a890dabb1cff16215fd62fab 100644
--- a/io_scene_x3d/__init__.py
+++ b/io_scene_x3d/__init__.py
@@ -23,7 +23,7 @@ bl_info = {
     "author": "Campbell Barton, Bart",
     "blender": (2, 5, 7),
     "location": "File > Import-Export",
-    "description": "Import-Export X3D, Import VRML",
+    "description": "Import-Export X3D, Import VRML2",
     "warning": "",
     "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"
                 "Scripts/Import-Export/Web3D",
@@ -48,7 +48,7 @@ from bpy_extras.io_utils import (ImportHelper,
 
 
 class ImportX3D(bpy.types.Operator, ImportHelper):
-    '''Import and X3D or VRML file'''
+    '''Import and X3D or VRML2 file'''
     bl_idname = "import_scene.x3d"
     bl_label = "Import X3D/VRML"
     bl_options = {'PRESET', 'UNDO'}