In \"Resource Report\" The name of the tool, not translated CT#968

skala
Carlos Vargas 16 years ago
parent 1b33b6be98
commit d02cd4c205
  1. 2
      main/inc/lib/tracking.lib.php

@ -1892,7 +1892,7 @@ class TrackingCourseLog {
$row[0] = '';
if ($row['col6'] != 2) {
$row[0] = '<a href="'.$url_tool.'?'.api_get_cidreq().'&'.$obj->id.'">'.api_ucfirst($row['col0']).'</a>';
$row[0] = '<a href="'.$url_tool.'?'.api_get_cidreq().'&'.$obj->id.'">'.get_lang('Tool'.api_ucfirst($row['col0'])).'</a>';
} else {
$row[0] = api_ucfirst($row['col0']);
}

Loading…
Cancel
Save