From: cajus Date: Wed, 20 Feb 2008 09:07:18 +0000 (+0000) Subject: Updated error message X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=48615048ccf4f1d579b17ba87bbc24d880bc7c24;p=gosa.git Updated error message git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8978 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/html/main.php b/gosa-core/html/main.php index af0716483..aa980c563 100644 --- a/gosa-core/html/main.php +++ b/gosa-core/html/main.php @@ -146,7 +146,7 @@ if (!session::is_set('plist')){ if (is_readable("$BASE_DIR/$path")){ require_once("$BASE_DIR/$path"); } else { - msg_dialog::display(_("Could not location file."), + msg_dialog::display(_("Could not locate file."), sprintf(_("Fatal error: cannot locate file '%s' - please run '%s' to fix this"), "$BASE_DIR/$path", "update-gosa"), FATAL_ERROR_DIALOG); exit;