]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/action-menu.php
Mailer used in many places, we still need a good 'selling' title
[mailer.git] / inc / modules / admin / action-menu.php
index be767d4bad3791e8085ea975a95c7001f05e452c..72a9b1aaf16563f316a72b67b8432c3c130e8fd4 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 09/05/2003 *
- * ===============                              Last change: 01/16/2004 *
+ * Mailer v0.2.1-FINAL                                Start: 09/05/2003 *
+ * ===================                          Last change: 01/16/2004 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : action-menu.php                                  *
@@ -50,7 +50,7 @@ if (isIncludeReadable($inc)) {
        // Ok, we finally load the admin action module
        loadInclude($inc);
 } else {
-       addFatalMessage(__FILE__, __LINE__, getMessage('ADMIN_ACTION_404'), getWhat());
+       addFatalMessage(__FILE__, __LINE__, getMessage('ADMIN_WHAT_404'), getWhat());
 }
 
 // [EOF]