diff options
Diffstat (limited to 'en/thank-you/index.php')
-rw-r--r-- | en/thank-you/index.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/en/thank-you/index.php b/en/thank-you/index.php index 01d6bf47c..6551d35d6 100644 --- a/en/thank-you/index.php +++ b/en/thank-you/index.php @@ -32,9 +32,8 @@ include '../../donators.inc.php'; <article> <section class="para" style="width: 70%; text-align: left; float: left;"> <p><?php - $pp = html_donators_list($donators, $anonymous); - echo sprintf(_t('%d amazing people %sdonated money%s to Mageia.Org:'), - $pp['count'], '<a href="../donate/">', '</a>'); + echo sprintf(_t('The following amazing people %sdonated money%s to Mageia.Org:'), + '<a href="../donate/">', '</a>'); ?></p> <ul id="donlist" class="ty-ppl-list"></ul> <p> |