From 1158573bc656c7dbcaef179a8c03cbeec57866fc Mon Sep 17 00:00:00 2001 From: Carlos Vargas Date: Wed, 21 Jan 2009 00:33:10 +0100 Subject: [PATCH] [svn r17878] minor change get_lang FS#3458 --- main/exercice/exercice.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/exercice/exercice.php b/main/exercice/exercice.php index 85daad32aa..dbf0cb468d 100644 --- a/main/exercice/exercice.php +++ b/main/exercice/exercice.php @@ -1,4 +1,4 @@ -'.$test.''; echo ''; if ($results[$i][7] > 1) { - echo ceil((($results[$i][4] - $results[$i][7])/60)).' '.get_lang('Min'); + echo ceil((($results[$i][4] - $results[$i][7])/60)).' '.get_lang('MinMinutes'); if($results[$i][8] > 1) { echo ' ( '.$results[$i][8].' '.get_lang('Steps').' )'; }