X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fextensions-functions.php;h=2d399daf117a63d0dcb87dbb1f32948e9bfcfeb9;hp=fda30577884c93a887959ad6f9ba5a85d0037846;hb=16e8327d8b9ac2f02cf49c6179e7148fc32b1066;hpb=06e24098eb8296f63f7d647c6a630a55ca0fdb94 diff --git a/inc/extensions-functions.php b/inc/extensions-functions.php index fda3057788..2d399daf11 100644 --- a/inc/extensions-functions.php +++ b/inc/extensions-functions.php @@ -1164,20 +1164,20 @@ function addExtensionNotes ($ext_ver) { // Initial release $content = array( 'ver' => $ext_ver, - 'notes' => '{--INITIAL_RELEASE--}' + 'notes' => '{--ADMIN_EXTENSION_INITIAL_RELEASE--}' ); } else { // Not productive $content = array( 'ver' => $ext_ver, - 'notes' => '{--DEVELOPER_RELEASE--}' + 'notes' => '{--ADMIN_EXTENSION_DEVELOPER_RELEASE--}' ); } } else { // No update notes found $content = array( 'ver' => $ext_ver, - 'notes' => '{--NO_UPDATE_NOTICES--}' + 'notes' => '{--ADMIN_EXTENSION_UPDATE_NOTICES_404--}' ); }