Completed
Push — develop ( 8f2c29...a4662d )
by Mario
02:32
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 - Used for pagination. Let this language key empty.
65
-		1 => '%d donor',     // 1
66
-		2 => '%d donors',    // 2+
64
+		0 => '', // 0 - Used for pagination. 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'         => 'Effectué le',
62 62
 	'PPDE_DONORLIST_TOTAL_DONATION'    => 'Somme des dons',
63 63
 	'PPDE_DONORS'                      => array(
64
-		0 => '',                  // 0 - Used for pagination. Let this language key empty.
65
-		1 => '%d donateur',       // 1
66
-		2 => '%d donateurs',      // 2+
64
+		0 => '', // 0 - Used for pagination. 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.
controller/main_controller.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -763,7 +763,7 @@
 block discarded – undo
763 763
 
764 764
 		if ($reverse && $value < 100)
765 765
 		{
766
-			$value =  100 - $value;
766
+			$value = 100 - $value;
767 767
 			$css_reverse = '-reverse';
768 768
 		}
769 769
 
Please login to merge, or discard this patch.