Completed
Pull Request — master (#23)
by Mario
119:06
created
language/en/donate.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -61,9 +61,9 @@
 block discarded – undo
61 61
 	'PPDE_DONORLIST_LAST_DATE'      => 'Made on',
62 62
 	'PPDE_DONORLIST_TOTAL_DONATION' => 'Donation amount',
63 63
 	'PPDE_DONORS'                   => array(
64
-		0 => '',             // 0 - Let this language key empty.
65
-		1 => '%d donor',     // 1
66
-		2 => '%d donors',    // 2+
64
+		0 => '', // 0 - Let this language key empty.
65
+		1 => '%d donor', // 1
66
+		2 => '%d donors', // 2+
67 67
 	),
68 68
 	'PPDE_NO_DONORS'                => 'No donors',
69 69
 
Please login to merge, or discard this patch.
language/fr/donate.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -61,9 +61,9 @@
 block discarded – undo
61 61
 	'PPDE_DONORLIST_LAST_DATE'      => 'Éffectué le',
62 62
 	'PPDE_DONORLIST_TOTAL_DONATION' => 'Somme des dons',
63 63
 	'PPDE_DONORS'                   => array(
64
-		0 => '',                  // 0 - Let this language key empty.
65
-		1 => '%d donateur',       // 1
66
-		2 => '%d donateurs',      // 2+
64
+		0 => '', // 0 - Let this language key empty.
65
+		1 => '%d donateur', // 1
66
+		2 => '%d donateurs', // 2+
67 67
 	),
68 68
 	'PPDE_NO_DONORS'                => 'Aucun donateur',
69 69
 
Please login to merge, or discard this patch.