X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gosa-core%2Fhtml%2Fpassword.php;h=837b70fc27942afc3b52d3c8ade23f21bb130703;hb=f3685af66b6e1f1ffe388bd24af69af604c931c5;hp=1aecdc429627157be30554415fc6ecb8b1a40631;hpb=4e7e87afae542a936568fb5e9a888e9bd0c65d89;p=gosa.git diff --git a/gosa-core/html/password.php b/gosa-core/html/password.php index 1aecdc429..837b70fc2 100644 --- a/gosa-core/html/password.php +++ b/gosa-core/html/password.php @@ -55,7 +55,7 @@ session::set('LastError',""); /* Check if CONFIG_FILE is accessible */ if (!is_readable(CONFIG_DIR."/".CONFIG_FILE)){ - msg_dialog::display("", sprintf(_("GOsa configuration %s/%s is not readable. Aborted."),CONFIG_DIR,CONFIG_FILE), FATAL_ERROR_DIALOG); + msg_dialog::display(_("Fatal error"), sprintf(_("GOsa configuration %s/%s is not readable. Aborted."),CONFIG_DIR,CONFIG_FILE), FATAL_ERROR_DIALOG); exit; } @@ -75,7 +75,7 @@ if (isset ($config->data['MAIN']['COMPILE'])){ /* Check for compile directory */ if (!(is_dir($smarty->compile_dir) && is_writable($smarty->compile_dir))){ - msg_dialog::display(_("Accessibility"), sprintf(_("Directory '%s' specified as compile directory is not accessible!"), + msg_dialog::display(_("Configuration error"), sprintf(_("Directory '%s' specified as compile directory is not accessible!"), $smarty->compile_dir), FATAL_ERROR_DIALOG); exit; }