Skip to content

Commit b17abf3

Browse files
committed
Move i18n file to new name
1 parent 18a9546 commit b17abf3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.

CreatePage.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@
3232
$gEnablePageCreation = true;
3333

3434
$GLOBALS['wgExtensionCredits']['other'][] = array(
35-
'name' => 'Create Page',
35+
'name' => 'AutoCreatePage',
3636
'version' => '0.4',
3737
'author' => '[http://korrekt.org Markus Krötzsch], Daniel Herzig',
3838
'url' => ' ',
3939
'description' => 'Provides a parser function to create additional wiki pages with default content when saving a page.', //TODO i18n
4040
'license-name' => 'GPL-2.0+'
4141
);
4242

43-
$GLOBALS['wgExtensionMessagesFiles']['CreatePageMagic'] = dirname(__FILE__) . '/CreatePage.i18n.magic.php';
43+
$GLOBALS['wgExtensionMessagesFiles']['AutoCreatePageMagic'] = dirname(__FILE__) . '/AutoCreatePage.i18n.magic.php';
4444

4545
$GLOBALS['wgExtensionFunctions'][] = function() {
4646

0 commit comments

Comments
 (0)