diff --git a/Plugin/CutMap.cpp b/Plugin/CutMap.cpp
index 179894408a34df2934b0b95f690e4280f7e98f27..b0d9039906fd4c65f12e2152524ac704c70c61ba 100644
--- a/Plugin/CutMap.cpp
+++ b/Plugin/CutMap.cpp
@@ -1,4 +1,4 @@
-// $Id: CutMap.cpp,v 1.9 2001-07-31 10:24:56 geuzaine Exp $
+// $Id: CutMap.cpp,v 1.10 2001-07-31 10:28:50 geuzaine Exp $
 
 #include "CutMap.h"
 #include "List.h"
@@ -25,7 +25,7 @@ GMSH_CutMapPlugin::GMSH_CutMapPlugin(double a, int I)
 
 void GMSH_CutMapPlugin::getName(char *name) const
 {
-  strcpy(name,"CutMap");
+  strcpy(name,"Cut Map");
 }
 
 void GMSH_CutMapPlugin::getInfos(char *author, char *copyright, char *help_text) const
diff --git a/Plugin/CutPlane.cpp b/Plugin/CutPlane.cpp
index ab3a201add6809db76ec016fd2b6b3be1c84b741..3c1020ea241d394624f54270ad4ab5047630e6c8 100644
--- a/Plugin/CutPlane.cpp
+++ b/Plugin/CutPlane.cpp
@@ -1,4 +1,4 @@
-// $Id: CutPlane.cpp,v 1.7 2001-07-31 09:51:36 geuzaine Exp $
+// $Id: CutPlane.cpp,v 1.8 2001-07-31 10:24:56 geuzaine Exp $
 
 #include "CutPlane.h"
 #include "List.h"
@@ -8,7 +8,7 @@ StringXNumber CutPlaneOptions_Number[] = {
   { GMSH_FULLRC, "B" , NULL , 0. },
   { GMSH_FULLRC, "C" , NULL , 0. },
   { GMSH_FULLRC, "D" , NULL , 0.01 },
-  { GMSH_FULLRC, "View number" , NULL , 1. }
+  { GMSH_FULLRC, "ViewNumber" , NULL , 1. }
 };
 
 extern "C"
diff --git a/Plugin/CutSphere.cpp b/Plugin/CutSphere.cpp
index a2eb1360fa2650f286283d487ed01ab136ade0d6..f0c2bf16dc0085d2a910acc21c8f495161e8d5fb 100644
--- a/Plugin/CutSphere.cpp
+++ b/Plugin/CutSphere.cpp
@@ -1,4 +1,4 @@
-// $Id: CutSphere.cpp,v 1.6 2001-07-31 09:51:36 geuzaine Exp $
+// $Id: CutSphere.cpp,v 1.7 2001-07-31 10:24:56 geuzaine Exp $
 
 #include <string.h>
 #include "CutSphere.h"
@@ -9,7 +9,7 @@ StringXNumber CutSphereOptions_Number[] = {
   { GMSH_FULLRC, "Yc" , NULL , 0. },
   { GMSH_FULLRC, "Zc" , NULL , 0. },
   { GMSH_FULLRC, "R" , NULL , 0.25 },
-  { GMSH_FULLRC, "View number" , NULL , 1. }
+  { GMSH_FULLRC, "ViewNumber" , NULL , 1. }
 };
 
 extern "C"