From: moodler Date: Sun, 24 Sep 2006 06:47:53 +0000 (+0000) Subject: Removed the "then" string, no need for it X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=975211bb0a0ab204422ab0a3a38e7a8768afb793;p=moodle.git Removed the "then" string, no need for it --- 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 . '';