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') {