summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2011-01-16 18:16:35 +0000
committerManolo Gouy <Manolo>2011-01-16 18:16:35 +0000
commit6f9f14146222d8c7ab5a10f3376cd5966101e5a4 (patch)
tree35210b6ab73e267641a78244844c7071695263c9
parentbf52399372b812176c0ca4e9307dcb7a70f5b3ef (diff)
Replaced "foreign language" by "another language" in doc.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8280 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--src/fl_ask.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/fl_ask.cxx b/src/fl_ask.cxx
index 63dd98f28..98bbf3e10 100644
--- a/src/fl_ask.cxx
+++ b/src/fl_ask.cxx
@@ -247,12 +247,12 @@ static int innards(const char* fmt, va_list ap,
/** \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:
/**