From c654bde0e74cc33546fab78f2d24d01c8c040682 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 8 Dec 2005 19:43:12 +0000 Subject: [PATCH] better title --- scripts/setup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/setup.php b/scripts/setup.php index df484037b..a3ac2e74b 100644 --- a/scripts/setup.php +++ b/scripts/setup.php @@ -1772,7 +1772,7 @@ switch ($action) { } if ($fail_dir) { - message('warning', 'Please create web server writable folder config in phpMyAdmin toplevel directory as described in documentation. Otherwise you will be only able to download or display it.', 'Can not write configuration'); + message('warning', 'Please create web server writable folder config in phpMyAdmin toplevel directory as described in documentation. Otherwise you will be only able to download or display it.', 'Can not load or save configuration'); } if (empty($_SERVER['HTTPS']) || strtolower($_SERVER['HTTPS']) == 'off') {