Skip to content

Commit b5e206c

Browse files
committed
Minor - Fix misleading language variable in user time tracking chart title
1 parent c3ddad3 commit b5e206c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/inc/lib/myspace.lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2892,7 +2892,7 @@ function grapher($sql_result, $start_date, $end_date, $type = "")
28922892
$myPicture->drawText(
28932893
$mainWidth / 2,
28942894
30,
2895-
get_lang('ExercisesInTimeProgressChart'),
2895+
get_lang('TimeSpentInTheCourse'),
28962896
array(
28972897
"FontSize" => 12,
28982898
"Align" => TEXT_ALIGN_BOTTOMMIDDLE

0 commit comments

Comments
 (0)