]> git.mjollnir.org Git - moodle.git/commitdiff
Some wording changes.
authormoodler <moodler>
Sun, 8 Feb 2004 09:52:24 +0000 (09:52 +0000)
committermoodler <moodler>
Sun, 8 Feb 2004 09:52:24 +0000 (09:52 +0000)
lib/compatible.php

index e7541ad619aea96ddff3643e4b896fc945cfa0fd..c9afec1e53f9d8c1c2dbc9d93d02a631deec4845 100644 (file)
@@ -136,7 +136,7 @@ function check_gd_version() {
     }
 
     if (!$gdversion = check_gd_version())  {
-        print_row("GD Library", "No", "The GD library should be present");
+        print_row("GD Library", "No", "The GD library should be present to process and create images");
         $error++;
     } else {
         print_row("GD Library", $gdversion);