Next wave of lesser getMessage() usage and more EL
[mailer.git] / inc / modules / admin / what-list_transfer.php
index 7413805395499d1bec7392956f729ccd29e5b9fb..fe7fea5f0a8d7fadb7d70f8e432c3e2a38738855 100644 (file)
@@ -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'] = ' ';