From 28d10ef92e20c7b6e6d2dca233d3c3fb56d660f3 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Mon, 7 May 2001 06:44:32 +0000
Subject: [PATCH] *** empty log message ***

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

diff --git a/Common/DefaultOptions.h b/Common/DefaultOptions.h
index 70bc565ac5..c73e9f75a4 100644
--- a/Common/DefaultOptions.h
+++ b/Common/DefaultOptions.h
@@ -30,7 +30,7 @@ StringXString GeneralOptions_String[] = {
 #else
   { F|O, "TextEditor" , opt_general_editor , "emacs %s &" ,
 #endif
-    "System command to launch a text editor (may contain '\%s')" },
+    "System command to launch a text editor (may contain '%%s')" },
   { 0, NULL , NULL , NULL , NULL }
 } ;
 
@@ -314,7 +314,7 @@ StringXNumber GeometryOptions_Number[] = {
 
 StringXNumber MeshOptions_Number[] = {
   { F|O, "Quality" , opt_mesh_quality , 0.0 ,
-    "Only diplay elements of quality inferior to this factor" },
+    "Only display elements of quality inferior to this factor" },
   { F|O, "Normals" , opt_mesh_normals , 0.0 ,
     "Size of the normal vectors" }, 
   { F|O, "Tangents" , opt_mesh_tangents , 0.0 , 
-- 
GitLab