From: moodler Date: Sun, 8 Feb 2004 09:52:24 +0000 (+0000) Subject: Some wording changes. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=6b1ce6b2e0f6038b266dc808b0209a3bb36f2257;p=moodle.git Some wording changes. --- diff --git a/lib/compatible.php b/lib/compatible.php index e7541ad619..c9afec1e53 100644 --- a/lib/compatible.php +++ b/lib/compatible.php @@ -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);