diff --git a/Fltk/GUI.cpp b/Fltk/GUI.cpp
index 727bca6a00502b843709e3d3a0c1353840f826df..b25fd6799316395a85a0940bee69c68bffc14f33 100644
--- a/Fltk/GUI.cpp
+++ b/Fltk/GUI.cpp
@@ -1,4 +1,4 @@
-// $Id: GUI.cpp,v 1.334 2004-08-15 02:27:48 geuzaine Exp $
+// $Id: GUI.cpp,v 1.335 2004-08-15 15:25:45 geuzaine Exp $
 //
 // Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
 //
@@ -1910,7 +1910,7 @@ void GUI::create_option_window()
       mesh_butt[3]->down_box(TOGGLE_BOX);
       mesh_butt[3]->selection_color(TOGGLE_COLOR);
 
-      mesh_butt[5] = new Fl_Check_Button(2 * WB, 2 * WB + 10 * BH, BW, BH, "Constrain background mesh");
+      mesh_butt[5] = new Fl_Check_Button(2 * WB, 2 * WB + 10 * BH, BW, BH, "Constrain background mesh with characteristic length field");
       mesh_butt[5]->type(FL_TOGGLE_BUTTON);
       mesh_butt[5]->down_box(TOGGLE_BOX);
       mesh_butt[5]->selection_color(TOGGLE_COLOR);
diff --git a/doc/VERSIONS b/doc/VERSIONS
index cc40bc179e7de6f2c04f3a82d1bf7d1caca06555..ddd76892a7566c4bfe24a5825849a900a6cd990b 100644
--- a/doc/VERSIONS
+++ b/doc/VERSIONS
@@ -1,10 +1,10 @@
-$Id: VERSIONS,v 1.240 2004-08-07 06:59:16 geuzaine Exp $
+$Id: VERSIONS,v 1.241 2004-08-15 15:25:45 geuzaine Exp $
 
 New since 1.54: added background mesh support for Triangle; meshes can
 now be displayed using "smoothed" normals (like post-processing
 views); added GUI for clipping planes; new interactive
 clipping/cutting plane definition; reorganized the Options GUI;
-enhanced 3D iso computation; small bug fixes.
+enhanced 3D iso computation; many small bug fixes.
 
 New in 1.54: integrated Netgen (3D mesh quality optimization +
 alternative 3D algorithm); Extrude Surface now always automatically