X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Faction-setup.php;h=e21de1011bda1dfcc4aae9d27ea50ff57097f79e;hp=60e5d6868a42dd1194efb627f2f1d165a75f8186;hb=7c15ca79161bf475e958810a5b585bce869a2af9;hpb=47a45ea9324de396816a9af2d4d12ae8a0d248a7 diff --git a/inc/modules/admin/action-setup.php b/inc/modules/admin/action-setup.php index 60e5d6868a..e21de1011b 100644 --- a/inc/modules/admin/action-setup.php +++ b/inc/modules/admin/action-setup.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]