Index: trunk/extensions/Cite/SpecialCite.i18n.php |
— | — | @@ -10,7 +10,7 @@ |
11 | 11 | $messages['en'] = array( |
12 | 12 | 'cite_article_desc' => 'Adds a [[Special:Cite|citation]] special page and toolbox link', |
13 | 13 | 'cite_article_link' => 'Cite this page', |
14 | | - 'cite_article_link_title' => 'Information how to cite this page', |
| 14 | + 'cite_article_link_title' => 'Information on how to cite this page', |
15 | 15 | 'cite' => 'Cite', |
16 | 16 | 'cite_page' => 'Page:', |
17 | 17 | 'cite_submit' => 'Cite', |
Index: trunk/extensions/Cite/SpecialCite.php |
— | — | @@ -9,7 +9,6 @@ |
10 | 10 | * @link http://www.mediawiki.org/wiki/Extension:Cite/Special:Cite.php Documentation |
11 | 11 | * |
12 | 12 | * @author Ævar Arnfjörð Bjarmason <avarab@gmail.com> |
13 | | - * @author Ireas <ireas@rkrahl.de> |
14 | 13 | * @copyright Copyright © 2005, Ævar Arnfjörð Bjarmason |
15 | 14 | * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later |
16 | 15 | */ |
— | — | @@ -17,7 +16,7 @@ |
18 | 17 | $wgExtensionCredits['specialpage'][] = array( |
19 | 18 | 'path' => __FILE__, |
20 | 19 | 'name' => 'Cite', |
21 | | - 'author' => 'Ævar Arnfjörð Bjarmason, Ireas', |
| 20 | + 'author' => 'Ævar Arnfjörð Bjarmason', |
22 | 21 | 'description' => 'adds a [[Special:Cite|citation]] special page & toolbox link', // kept for b/c |
23 | 22 | 'descriptionmsg' => 'cite_article_desc', |
24 | 23 | 'url' => 'http://www.mediawiki.org/wiki/Extension:Cite/Special:Cite.php' |
— | — | @@ -47,7 +46,7 @@ |
48 | 47 | } |
49 | 48 | |
50 | 49 | /** |
51 | | - * call the function that adds the cite link in the toolbar |
| 50 | + * add the cite link to the toolbar |
52 | 51 | */ |
53 | 52 | function wfSpecialCiteToolbox( &$skin ) { |
54 | 53 | if ( isset( $skin->data['nav_urls']['cite'] ) ) { |