From 2ab47386a7947cf2d20ee3fdcc5c1a876d320fb3 Mon Sep 17 00:00:00 2001 From: Sam Hemelryk Date: Thu, 18 Mar 2010 01:13:23 +0000 Subject: [PATCH] NOBUG: Fixed missed string --- course/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/course/index.php b/course/index.php index a933a61f8ef..b168b2c2b78 100644 --- a/course/index.php +++ b/course/index.php @@ -63,6 +63,7 @@ $strcourses = get_string('courses'); $stredit = get_string('edit'); $strdelete = get_string('delete'); $straction = get_string('action'); +$strfulllistofcourses = get_string('fulllistofcourses'); /// Unless it's an editing admin, just print the regular listing of courses/categories -- 2.36.1