2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Localized the word "till".

This commit is contained in:
ziminajus
2011-01-31 09:38:50 +00:00
parent 821eec5463
commit c40eee52dc

View File

@@ -312,7 +312,7 @@ function display_time($questionnaire_id,$respondent_id, $day, $month, $year, $ti
print "<div class=\"shifts\">";
foreach($rs as $r)
{
print "<p>" . T_("Shift from:") . " ".convert_time($r['start'])." till ".convert_time($r['end'])."</p>";
print "<p>" . T_("Shift from:") . " ".convert_time($r['start']).T_(" till ")." ".convert_time($r['end'])."</p>";
}
print "</div>";