Completed
Push — develop ( 6a0c29...84c004 )
by Mario
04:05
created
language/fr/donate.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -83,8 +83,8 @@
 block discarded – undo
83 83
  */
84 84
 $lang = array_merge($lang, array(
85 85
 	'PPDE_DONORS' => array(
86
-		0 => '',             // 0 - Used for pagination. Let this language key empty.
87
-		1 => '%d donateur',  // 1
86
+		0 => '', // 0 - Used for pagination. Let this language key empty.
87
+		1 => '%d donateur', // 1
88 88
 		2 => '%d donateurs', // 2+
89 89
 	),
90 90
 ));
Please login to merge, or discard this patch.
language/en/donate.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -83,8 +83,8 @@
 block discarded – undo
83 83
  */
84 84
 $lang = array_merge($lang, array(
85 85
 	'PPDE_DONORS' => array(
86
-		'0' => '',          // 0 - Used for pagination. Let this language key empty.
87
-		'1' => '%d donor',  // 1
86
+		'0' => '', // 0 - Used for pagination. Let this language key empty.
87
+		'1' => '%d donor', // 1
88 88
 		'2' => '%d donors', // 2+
89 89
 	),
90 90
 ));
Please login to merge, or discard this patch.