2
0
Эх сурвалжийг харах

Update foreground.php

Fix I18n for "others"
Karsten Hoffmeyer 11 жил өмнө
parent
commit
1a711ffe61
1 өөрчлөгдсөн 5 нэмэгдсэн , 1 устгасан
  1. 5 1
      foreground.php

+ 5 - 1
foreground.php

@@ -19,7 +19,11 @@ $wgExtensionCredits['skin'][] = array(
 	'path'		 => __FILE__,
 	'name'		 => 'Foreground',
 	'url'		 => 'http://foreground.thingelstad.com/',
-	'author'	 => 'Garrick Van Buren, Jamie Thingelstad, Others...',
+	'author'	 => array (
+		'Garrick Van Buren',
+		'Jamie Thingelstad',
+		'...'
+		)
 	'descriptionmsg' => 'foreground-desc',
 );