Code

Updated error message
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 20 Feb 2008 09:07:18 +0000 (09:07 +0000)
committercajus <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

index af071648375e0060b604f9ac3f480c2d22b00778..aa980c5634a81ef15827f47f9a12f4757089d8e3 100644 (file)
@@ -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", "<b>update-gosa</b>"), FATAL_ERROR_DIALOG);
         exit;