diff --git a/Plugin/Warp.cpp b/Plugin/Warp.cpp
index 468e2fb4c42209b9a689fad1fafa337802640e06..d84199834a45a4eea8558fb6f2bd6bada5a60a3e 100644
--- a/Plugin/Warp.cpp
+++ b/Plugin/Warp.cpp
@@ -1,4 +1,4 @@
-// $Id: Warp.cpp,v 1.1 2006-04-15 17:21:18 geuzaine Exp $
+// $Id: Warp.cpp,v 1.2 2006-04-16 20:31:07 geuzaine Exp $
 //
 // Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle
 //
@@ -62,16 +62,16 @@ void GMSH_WarpPlugin::getInfos(char *author, char *copyright,
   strcpy(author, "C. Geuzaine (geuz@geuz.org)");
   strcpy(copyright, "DGR (www.multiphysics.com)");
   strcpy(help_text,
-         "Plugin(Warp) transforms the elements in the view\n"
-	 "`iView' by adding to their node coordinates the\n"
+         "Plugin(Warp) transforms the elements in the\n"
+	 "view `iView' by adding to their node coordinates\n"
 	 "the vector field stored in the `TimeStep'-th time\n"
 	 "step of the view `dView', scaled by `Factor'. If\n"
 	 "`dView' < 0, the vector field is taken as the field\n"
 	 "of surface normals multiplied by the `TimeStep'\n"
 	 "value in `iView'. (The smoothing of the surface\n"
 	 "normals is controlled by the `SmoothingAngle'\n"
-	 "parameter.). If `iView' < 0, the plugin is run on the\n"
-	 "current view.\n"
+	 "parameter.). If `iView' < 0, the plugin is run on\n"
+	 "the current view.\n"
 	 "\n"
 	 "Plugin(Warp) is executed in-place.\n");
 }
diff --git a/doc/texinfo/opt_plugin.texi b/doc/texinfo/opt_plugin.texi
index 2df8a2bdd41d9527250511cb4f495d7637faf35e..e024f0de2f3d9e9ca5f70a3cb7a8d2b83342a86c 100644
--- a/doc/texinfo/opt_plugin.texi
+++ b/doc/texinfo/opt_plugin.texi
@@ -747,16 +747,16 @@ Default value: @code{-1}
 @end table
 
 @item Plugin(Warp)
-Plugin(Warp) transforms the elements in the view
-`iView' by adding to their node coordinates the
+Plugin(Warp) transforms the elements in the
+view `iView' by adding to their node coordinates
 the vector field stored in the `TimeStep'-th time
 step of the view `dView', scaled by `Factor'. If
 `dView' < 0, the vector field is taken as the field
 of surface normals multiplied by the `TimeStep'
 value in `iView'. (The smoothing of the surface
 normals is controlled by the `SmoothingAngle'
-parameter.). If `iView' < 0, the plugin is run on the
-current view.
+parameter.). If `iView' < 0, the plugin is run on
+the current view.
 
 Plugin(Warp) is executed in-place.