From c40eee52dc7b9ebd9d4d80a18c292a9839feb73a Mon Sep 17 00:00:00 2001 From: ziminajus Date: Mon, 31 Jan 2011 09:38:50 +0000 Subject: [PATCH] Localized the word "till". --- functions/functions.calendar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/functions.calendar.php b/functions/functions.calendar.php index e8572ff4..dc97b33a 100644 --- a/functions/functions.calendar.php +++ b/functions/functions.calendar.php @@ -312,7 +312,7 @@ function display_time($questionnaire_id,$respondent_id, $day, $month, $year, $ti print "
"; foreach($rs as $r) { - print "

" . T_("Shift from:") . " ".convert_time($r['start'])." till ".convert_time($r['end'])."

"; + print "

" . T_("Shift from:") . " ".convert_time($r['start']).T_(" till ")." ".convert_time($r['end'])."

"; } print "
";