X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-list_user.php;h=b8ce9527871867eb46d178d62a55612f51cfb3c6;hb=f2aeaab0cd313b2eeb151642455ed558f6b186dc;hp=5c8220c82393724919674abd414c5c35aa03569d;hpb=04b69ac9f33369cbf654396c4a42cb1fff710ff4;p=mailer.git diff --git a/inc/modules/admin/what-list_user.php b/inc/modules/admin/what-list_user.php index 5c8220c823..b8ce952787 100644 --- a/inc/modules/admin/what-list_user.php +++ b/inc/modules/admin/what-list_user.php @@ -159,7 +159,7 @@ LIMIT 1", if ((empty($content['nickname'])) || ($content['nickname'] == $userid)) $content['nickname'] = '---'; } else { // Extension not found - $content['nickname'] = getMessage('EXT_NICKNAME_404'); + $content['nickname'] = '{--EXT_NICKNAME_404--}'; } // Clickrate @@ -335,7 +335,7 @@ LIMIT 1", $content['rows'] = $OUT; // Init title with "all accounts" - $content['title'] = getMessage('ADMIN_ALL_ACCOUNTS'); + $content['title'] = '{--ADMIN_ALL_ACCOUNTS--}'; if (isGetRequestParameterSet(('status'))) { // Set title according to the 'status' $content['title'] = getMessage(sprintf("ADMIN_LIST_STATUS_%s_ACCOUNTS", strtoupper(getRequestParameter(('status')))));