Author: manolo
Date: 2011-01-16 10:16:35 -0800 (Sun, 16 Jan 2011)
New Revision: 8280
Log:
Replaced "foreign language" by "another language" in doc.

Modified:
   branches/branch-1.3/src/fl_ask.cxx

Modified: branches/branch-1.3/src/fl_ask.cxx
===================================================================
--- branches/branch-1.3/src/fl_ask.cxx  2011-01-15 22:47:30 UTC (rev 8279)
+++ branches/branch-1.3/src/fl_ask.cxx  2011-01-16 18:16:35 UTC (rev 8280)
@@ -247,12 +247,12 @@
  /** \addtogroup group_comdlg
     @{ */
 
-// pointers you can use to change FLTK to a foreign language:
-const char* fl_no = "No";        ///< string pointer used in common dialogs, 
you can change it to a foreign language
-const char* fl_yes= "Yes";       ///< string pointer used in common dialogs, 
you can change it to a foreign language
-const char* fl_ok = "OK";        ///< string pointer used in common dialogs, 
you can change it to a foreign language
-const char* fl_cancel= "Cancel"; ///< string pointer used in common dialogs, 
you can change it to a foreign language
-const char* fl_close= "Close";   ///< string pointer used in common dialogs, 
you can change it to a foreign language
+// pointers you can use to change FLTK to another language:
+const char* fl_no = "No";        ///< string pointer used in common dialogs, 
you can change it to another language
+const char* fl_yes= "Yes";       ///< string pointer used in common dialogs, 
you can change it to another language
+const char* fl_ok = "OK";        ///< string pointer used in common dialogs, 
you can change it to another language
+const char* fl_cancel= "Cancel"; ///< string pointer used in common dialogs, 
you can change it to another language
+const char* fl_close= "Close";   ///< string pointer used in common dialogs, 
you can change it to another language
 
 // fltk functions:
 /**

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to