From 975211bb0a0ab204422ab0a3a38e7a8768afb793 Mon Sep 17 00:00:00 2001 From: moodler Date: Sun, 24 Sep 2006 06:47:53 +0000 Subject: [PATCH] Removed the "then" string, no need for it --- lib/adminlib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/adminlib.php b/lib/adminlib.php index 51f51330f4..1ba84f9a7e 100644 --- a/lib/adminlib.php +++ b/lib/adminlib.php @@ -1541,7 +1541,7 @@ class admin_setting_courselist_frontpage extends admin_setting_configselect { } $return .= ''; if ($i !== count($this->choices) - 2) { - $return .= '  ' . get_string('then') . '  '; + $return .= '
'; } } $return .= ' ' . $this->description . ''; -- 2.39.5