소스 검색

Update foreground.php

Fix I18n for "others"
Karsten Hoffmeyer 11 년 전
부모
커밋
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',
 );