X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-list_transfer.php;h=fe7fea5f0a8d7fadb7d70f8e432c3e2a38738855;hp=799d9ab25f838daa8db5d2298f355f89252e3dca;hb=f2aeaab0cd313b2eeb151642455ed558f6b186dc;hpb=76fd13e5938a334f08e43893eb9a4ff49f72bf07 diff --git a/inc/modules/admin/what-list_transfer.php b/inc/modules/admin/what-list_transfer.php index 799d9ab25f..fe7fea5f0a 100644 --- a/inc/modules/admin/what-list_transfer.php +++ b/inc/modules/admin/what-list_transfer.php @@ -74,7 +74,7 @@ if (SQL_NUMROWS($result) > 0) { // Nothing for in and out $OUT = ' - ' . loadTemplate('admin_settings_saved', true, getMessage('TRANSFER_NO_INOUT_TRANSFERS')) . ' + ' . loadTemplate('admin_settings_saved', true, '{--TRANSFER_NO_INOUT_TRANSFERS--}') . ' '; } @@ -83,13 +83,13 @@ if (SQL_NUMROWS($result) > 0) { $content['rows'] = $OUT; // Remeber total amount -$content['total'] = translateComma($total); +$content['total'] = $total; // Set title -$content['title'] = getMessage('TRANSFER_LIST_ALL'); +$content['title'] = '{--TRANSFER_LIST_ALL--}'; // Set "balance" word -$content['balance'] = getMessage('TRANSFER_TOTAL_BALANCE'); +$content['balance'] = '{--TRANSFER_TOTAL_BALANCE--}'; // Don't show a delete button $content['delete'] = ' ';