]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/action-email.php
Mailer used in many places, we still need a good 'selling' title
[mailer.git] / inc / modules / admin / action-email.php
index 39e63a964bcb95989d3669b58fa4bf164ac150f4..69884430d0995f6ced834dc072d0c5e3e81a480e 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-email.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]