diff --git a/Fltk/Callbacks.cpp b/Fltk/Callbacks.cpp
index 46520979bd8eb8919dba4d3af6c89a9ba8a8e914..a82b65ef6d52b1346495f2201f180639975050f1 100644
--- a/Fltk/Callbacks.cpp
+++ b/Fltk/Callbacks.cpp
@@ -1,4 +1,4 @@
-// $Id: Callbacks.cpp,v 1.223 2004-05-08 00:19:47 geuzaine Exp $
+// $Id: Callbacks.cpp,v 1.224 2004-05-08 00:44:41 geuzaine Exp $
 //
 // Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
 //
@@ -702,8 +702,8 @@ void file_save_as_cb(CALLBACK_ARGS)
     {"Gmsh mesh v1.0 without physicals (*.msh)", _save_msh_all},
     {"Gmsh mesh v2.0 (*.msh)", _save_msh_v2},
     {"Gmsh mesh v2.0 without physicals (*.msh)", _save_msh_all_v2},
-    {"Gmsh Surface LC field (*.pos)", _save_lc_sur},
-    {"Gmsh Volume LC field (*.pos)", _save_lc_vol},
+    {"Gmsh surface LC field (*.pos)", _save_lc_sur},
+    {"Gmsh volume LC field (*.pos)", _save_lc_vol},
     {"GREF mesh (*.gref)", _save_gref},
     {"I-DEAS universal mesh format (*.unv)", _save_unv},
     {"VRML surface mesh (*.wrl)", _save_vrml},