From: moodler Date: Mon, 14 Apr 2003 02:56:31 +0000 (+0000) Subject: Changed wording a little X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=dea49bdd6c3cabbe2c3b820cec238afd0a37d8d8;p=moodle.git Changed wording a little --- diff --git a/user/index.php b/user/index.php index d5a2bd854c..61aa201bd9 100644 --- a/user/index.php +++ b/user/index.php @@ -139,7 +139,7 @@ $moreinfo->count = $USER_LARGE_CLASS; $moreinfo->things = strtolower($course->students); echo "

".get_string("displayingfirst", "", $moreinfo); - echo " (id&sort=$sort&dir=$dir&showall=1\">".get_string("showallusers").")"; + echo " (id&sort=$sort&dir=$dir&showall=1\">".get_string("showall").")"; echo "

"; }