X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-theme_check.php;h=153d93a3a468d14ebef659380640f33a251e51d6;hp=33a1ed803a11d885c689dbd86faa0e8664c8326e;hb=0715fa7aa8e5e70bcf1d957fb09ae655c3896c4e;hpb=33989fa4a558317899c3e68cb51e1be552c4ce8e diff --git a/inc/modules/admin/what-theme_check.php b/inc/modules/admin/what-theme_check.php index 33a1ed803a..153d93a3a4 100644 --- a/inc/modules/admin/what-theme_check.php +++ b/inc/modules/admin/what-theme_check.php @@ -89,7 +89,7 @@ if (($response[count($response) - 1] == '[EOF]') && ($response[0] != '[EOF]')) { // Extract language strings from reponse $langDummy = explode('[nl]', $response[$idx + 4]); $languages = array(); - $themeInfo = getMessage('ADMIN_EXT_NO_INFO_FOUND'); + $themeInfo = getMessage('ADMIN_EXTENSION_NO_INFO_FOUND'); // Trim every data line foreach ($langDummy as $k => $v) {