From ec16dd1099484fe91fc184e9fe55a1445466680a Mon Sep 17 00:00:00 2001 From: Carlos Vargas Date: Mon, 9 Feb 2009 18:21:05 +0100 Subject: [PATCH] [svn r18368] minor change get_lang variable see FS#3458 --- main/forum/viewforum.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/forum/viewforum.php b/main/forum/viewforum.php index 68475a00a4..68571a364a 100644 --- a/main/forum/viewforum.php +++ b/main/forum/viewforum.php @@ -228,7 +228,7 @@ if ($my_action == 'liststd' AND isset($_GET['content']) AND isset($_GET['id']) A $table_list.= ''.get_lang('NamesAndLastNames').''; if ($_GET['list']=='qualify') { - $table_list.= ''.get_lang('Qualify').''; + $table_list.= ''.get_lang('Qualification').''; } if ($userinf['status']=='1') { $table_list.= ''.get_lang('Qualify').'';