]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/action-
Fixes for rallye, thanks to WernisMan
[mailer.git] / inc / modules / admin / action-
index e18db953c25dc7930abf49f5b940fdda555784db..cfe45205560aa28fbaf527a8f766167918a2ea12 100644 (file)
@@ -50,7 +50,7 @@ if (isIncludeReadable($inc)) {
        // Ok, we finally load the admin action module
        loadInclude($inc);
 } else {
-       addFatalMessage(__FILE__, __LINE__, sprintf(getMessage('ADMIN_404_ACTION'), getWhat()));
+       addFatalMessage(__FILE__, __LINE__, sprintf(getMessage('ADMIN_WHAT_404'), getWhat()));
 }
 
 // [EOF]