From 6b1ce6b2e0f6038b266dc808b0209a3bb36f2257 Mon Sep 17 00:00:00 2001 From: moodler Date: Sun, 8 Feb 2004 09:52:24 +0000 Subject: [PATCH] Some wording changes. --- lib/compatible.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5