From 6f9f14146222d8c7ab5a10f3376cd5966101e5a4 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Sun, 16 Jan 2011 18:16:35 +0000 Subject: 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 --- src/fl_ask.cxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src') 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: /** -- cgit v1.2.3