From a7b99605e333539a8bb72981a5d828effd6da742 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 2 Oct 2004 12:27:35 +0000 Subject: [PATCH] improved comment --- config.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.inc.php b/config.inc.php index f561a80ae..e62a21a0f 100644 --- a/config.inc.php +++ b/config.inc.php @@ -531,7 +531,7 @@ $cfg['SetHttpHostTitle'] = ''; // if ShowHttpHostTitle=true, ple // or an other string, wich should be shown in browsers window title. // If not set (or empty), the PMA will get your real Host-Adress. -$cfg['ErrorIconic'] = TRUE; // show some icons for warnings, errors and informations (true|false)? +$cfg['ErrorIconic'] = TRUE; // show some icons for warning, error and information messages (true|false)? $cfg['MainPageIconic'] = TRUE; // show icons in list on main page, on right panel top menu (server db table) and on menu tabs (true|false)? $cfg['ReplaceHelpImg'] = TRUE; // show help button instead of strDocumentation (true|false)?