summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0a9fd4e)
raw | patch | inline | side by side (parent: 0a9fd4e)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 20 Feb 2008 09:07:18 +0000 (09:07 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 20 Feb 2008 09:07:18 +0000 (09:07 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8978 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/html/main.php | patch | blob | history |
index af071648375e0060b604f9ac3f480c2d22b00778..aa980c5634a81ef15827f47f9a12f4757089d8e3 100644 (file)
--- a/gosa-core/html/main.php
+++ b/gosa-core/html/main.php
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", "<b>update-gosa</b>"), FATAL_ERROR_DIALOG);
exit;