From d5f1efb6307aa2c3f8cc6deed5c056bded20df9c Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Sat, 24 Apr 2004 15:08:57 +0000
Subject: [PATCH] wording

---
 Common/DefaultOptions.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Common/DefaultOptions.h b/Common/DefaultOptions.h
index a6a8a21663..724e9d8594 100644
--- a/Common/DefaultOptions.h
+++ b/Common/DefaultOptions.h
@@ -57,7 +57,7 @@ StringXString GeneralOptions_String[] = {
   { 0,   "SessionFileName" , opt_general_session_filename , ".gmshrc" ,
     "Option file into which session specific information is saved; automatically read on startup" },
   { F|S, "Scheme" , opt_general_scheme , "" ,
-    "FLTK graphical user interface scheme (try e.g. plastic)" },
+    "FLTK user interface scheme (try e.g. plastic)" },
 
   { F|O, "TextEditor" , opt_general_editor , 
 #if defined(WIN32)
@@ -450,7 +450,7 @@ StringXNumber GeneralOptions_Number[] = {
   { F|O, "FastRedraw" , opt_general_fast_redraw , 1. ,
     "Fast redraw (no mesh or view display) when interacting with the model" },
   { F|S, "FontSize" , opt_general_fontsize , 12. , 
-    "Size of the font in the graphical user interface" },
+    "Size of the font in the user interface" },
 
   { F|S, "GraphicsFontSize" , opt_general_graphics_fontsize , 14. ,
     "Size of the font in the graphic window" }, 
@@ -595,7 +595,7 @@ StringXNumber GeneralOptions_Number[] = {
 #endif
     "Should information be printed on the terminal (if available)?" },
   { F|O, "Tooltips" , opt_general_tooltips , 1. ,
-    "Show tooltips in the graphical user interface" },
+    "Show tooltips in the user interface" },
   { F|O, "Trackball" , opt_general_trackball , 1. ,
     "Use trackball rotation mode" },
   { F,   "TrackballQuaternion0" , opt_general_quaternion0 , 0.0 , 
-- 
GitLab