diff --git a/Plugin/CutMap.cpp b/Plugin/CutMap.cpp
index 8147ca606084bdefbf5c391ef553011160a022e9..c0669e8cc0d1a1248ebc74bfbbbc4571501d02e8 100644
--- a/Plugin/CutMap.cpp
+++ b/Plugin/CutMap.cpp
@@ -1,4 +1,4 @@
-// $Id: CutMap.cpp,v 1.26 2002-05-20 18:28:29 geuzaine Exp $
+// $Id: CutMap.cpp,v 1.27 2002-09-02 06:22:44 geuzaine Exp $
 //
 // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle
 //
@@ -46,7 +46,7 @@ GMSH_CutMapPlugin::GMSH_CutMapPlugin()
 
 void GMSH_CutMapPlugin::getName(char *name) const
 {
-  strcpy(name,"Cut Map");
+  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 775c7c650b62d32a0708cbfa3cdb6b1407a6e56e..755832e221fa516b7dbaf96a5094055e767d5133 100644
--- a/Plugin/CutPlane.cpp
+++ b/Plugin/CutPlane.cpp
@@ -1,4 +1,4 @@
-// $Id: CutPlane.cpp,v 1.22 2002-05-20 18:28:29 geuzaine Exp $
+// $Id: CutPlane.cpp,v 1.23 2002-09-02 06:22:44 geuzaine Exp $
 //
 // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle
 //
@@ -48,7 +48,7 @@ GMSH_CutPlanePlugin::GMSH_CutPlanePlugin()
 
 void GMSH_CutPlanePlugin::getName(char *name) const
 {
-  strcpy(name,"Cut Plane");
+  strcpy(name,"Cut plane");
 }
 
 void GMSH_CutPlanePlugin::getInfos(char *author, char *copyright, char *help_text) const
diff --git a/Plugin/CutSphere.cpp b/Plugin/CutSphere.cpp
index d26fcf5fc96bcf6793bc271c8add474ffbf8e9c4..e1c89d0af7c93e7c113c9a9cd2e04b6e95de6fae 100644
--- a/Plugin/CutSphere.cpp
+++ b/Plugin/CutSphere.cpp
@@ -1,4 +1,4 @@
-// $Id: CutSphere.cpp,v 1.21 2002-05-20 18:28:29 geuzaine Exp $
+// $Id: CutSphere.cpp,v 1.22 2002-09-02 06:22:44 geuzaine Exp $
 //
 // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle
 //
@@ -49,7 +49,7 @@ GMSH_CutSpherePlugin::GMSH_CutSpherePlugin()
 
 void GMSH_CutSpherePlugin::getName(char *name) const
 {
-  strcpy(name,"Cut Sphere");
+  strcpy(name,"Cut sphere");
 }
 
 void GMSH_CutSpherePlugin::getInfos(char *author, char *copyright, char *help_text) const
diff --git a/Plugin/SphericalRaise.cpp b/Plugin/SphericalRaise.cpp
index 2b1c7f298d8dab1f32250f85af725f51f9fb12f3..4594edf5c08d8c2782b785176e87c5d09ee699ce 100644
--- a/Plugin/SphericalRaise.cpp
+++ b/Plugin/SphericalRaise.cpp
@@ -1,4 +1,4 @@
-// $Id: SphericalRaise.cpp,v 1.2 2002-09-02 04:13:38 geuzaine Exp $
+// $Id: SphericalRaise.cpp,v 1.3 2002-09-02 06:22:44 geuzaine Exp $
 //
 // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle
 //
@@ -51,7 +51,7 @@ GMSH_SphericalRaisePlugin::GMSH_SphericalRaisePlugin()
 
 void GMSH_SphericalRaisePlugin::getName(char *name) const
 {
-  strcpy(name,"SphericalRaise");
+  strcpy(name,"Spherical raise");
 }
 
 void GMSH_SphericalRaisePlugin::getInfos(char *author, char *copyright, char *help_text) const