From 169348bcda9a2dd31fe43ad1e83fc81641d5fc3f Mon Sep 17 00:00:00 2001 From: Sam Hemelryk Date: Mon, 20 Sep 2010 07:44:18 +0000 Subject: [PATCH] mod-assignment MDL-22254 Fixed up incorrect string in online assignment header --- mod/assignment/type/online/assignment.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/assignment/type/online/assignment.class.php b/mod/assignment/type/online/assignment.class.php index 11b62d335fd..5c83c288a3c 100644 --- a/mod/assignment/type/online/assignment.class.php +++ b/mod/assignment/type/online/assignment.class.php @@ -79,7 +79,7 @@ class assignment_online extends assignment_base { if ($editmode) { $this->view_header(get_string('editmysubmission', 'assignment')); } else { - $this->view_header(get_string('viewsubmissions', 'assignment')); + $this->view_header(); } $this->view_intro();