Completed
Push — develop ( 5a714a...2d3525 )
by Mario
03:29
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
@@ -80,8 +80,8 @@
 block discarded – undo
80 80
  */
81 81
 $lang = array_merge($lang, array(
82 82
 	'PPDE_DONORS' => array(
83
-		0 => '',          // 0 - Used for pagination. Let this language key empty.
84
-		1 => '%d donor',  // 1
83
+		0 => '', // 0 - Used for pagination. Let this language key empty.
84
+		1 => '%d donor', // 1
85 85
 		2 => '%d donors', // 2+
86 86
 	),
87 87
 ));
Please login to merge, or discard this patch.