Browse Source

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

Carlos Vargas 15 years ago
parent
commit
d02cd4c205
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/inc/lib/tracking.lib.php

+ 1 - 1
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']);
 				}