X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-repair_cats.php;h=4535a12fcd34d2948780a9e21bcc8a90860f25d9;hb=a1ab2fa4296e58f66a15ac7b568a1454713a61ee;hp=7d49cc22cf4904602a8e513b785e91264dd11ee3;hpb=263a089d8a499e0e26d0af9e7aa7639f88b8ca60;p=mailer.git diff --git a/inc/modules/admin/what-repair_cats.php b/inc/modules/admin/what-repair_cats.php index 7d49cc22cf..4535a12fcd 100644 --- a/inc/modules/admin/what-repair_cats.php +++ b/inc/modules/admin/what-repair_cats.php @@ -1,7 +1,7 @@ 0) { if ($REMOVED > 0) { // Entries repaired - $content = sprintf(getMessage('ADMIN_REPAIR_ENTRIES_FIXED'), $REMOVED); + $content = getMaskedMessage('ADMIN_REPAIR_ENTRIES_FIXED', $REMOVED); } else { // Nothing repaired - $content = "
{--ADMIN_REPAIR_NOTHING_FIXED--}
"; + $content = '
{--ADMIN_REPAIR_NOTHING_FIXED--}
'; } } else { // No category selections found, no members registered? - $content = "
{--ADMIN_REPAIR_CATS_NOTHING--}
"; + $content = '
{--ADMIN_REPAIR_CATS_NOTHING--}
'; } // Load template