Completed
Push — develop ( 5a714a...2d3525 )
by Mario
03:29
created
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.