From eb1621f0e3db381e4835a02c25bc6fa3354b1c23 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Wed, 11 Sep 2013 17:18:51 +0000
Subject: [PATCH] pp

---
 Fltk/graphicWindow.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Fltk/graphicWindow.cpp b/Fltk/graphicWindow.cpp
index 491b8785cc..abf78cee95 100644
--- a/Fltk/graphicWindow.cpp
+++ b/Fltk/graphicWindow.cpp
@@ -2244,7 +2244,7 @@ void quick_access_cb(Fl_Widget *w, void *data)
                            !opt_mesh_volumes_faces(0, GMSH_GET, 0));
   else if(what == "mesh_size")
     numberOrStringOptionChooser("Mesh", 0, "CharacteristicLengthFactor",
-                                true, "Size Factor", true, 0.01, 100, 0.01);
+                                true, "Factor", true, 0.01, 100, 0.01);
   else if(what == "view_element_outlines"){
     int set = 0;
     for(unsigned int i = 0; i < PView::list.size(); i++)
-- 
GitLab