diff --git a/io_export_unreal_psk_psa.py b/io_export_unreal_psk_psa.py
index 021fff0c203ece753c3bf107b55fc00714aea9a2..3bc73a82a9571a9aa36fd9343209907dd1342485 100644
--- a/io_export_unreal_psk_psa.py
+++ b/io_export_unreal_psk_psa.py
@@ -16,7 +16,7 @@
  #  ***** GPL LICENSE BLOCK *****
 
 bl_addon_info = {
-    "name": "Export Skeleletal Mesh/Animation Data",
+    "name": "Export: Skeleletal Mesh/Animation Data",
     "author": "Darknet/Optimus_P-Fat/Active_Trash/Sinsoft",
     "version": "2.0",
     "blender": (2, 5, 3),
diff --git a/io_import_scene_mhx.py b/io_import_scene_mhx.py
index 4ea15e914ca18ee4b4f93e390e0f080f81c9d8fe..ad5767e83986496c79e87ddb38cd7ce5d94a3522 100644
--- a/io_import_scene_mhx.py
+++ b/io_import_scene_mhx.py
@@ -17,7 +17,7 @@
 # ##### END GPL LICENSE BLOCK #####
 
 bl_addon_info = {
-    "name": "Import MakeHuman (.mhx)",
+    "name": "Import: MakeHuman (.mhx)",
     "author": "Thomas Larsson",
     "version": "0.9, Make Human Alpha 5",
     "blender": (2, 5, 3),
diff --git a/render_povray/__init__.py b/render_povray/__init__.py
index 3e939a4b89e5cf4bbb993f27decd7061fa963a69..71f79ac7dd3977678b388ccc574049141baf5e7e 100644
--- a/render_povray/__init__.py
+++ b/render_povray/__init__.py
@@ -17,7 +17,7 @@
 # ##### END GPL LICENSE BLOCK #####
 
 bl_addon_info = {
-    "name": "Render:PovRay",
+    "name": "Render: PovRay",
     "author": "Campbell Barton",
     "version": "0.1",
     "blender": (2, 5, 4),