Index: trunk/extensions/SemanticForms/includes/SF_GlobalFunctions.php |
— | — | @@ -78,7 +78,7 @@ |
79 | 79 | require_once($sfgIP . '/includes/SF_FormEditTab.php'); |
80 | 80 | |
81 | 81 | $wgExtensionMessagesFiles['SemanticForms'] = $sfgIP . '/languages/SF_Messages.php'; |
82 | | -$wgExtensionAliasesFiles['ReplaceText'] = $sfgIP . '/languages/SF_Aliases.php'; |
| 82 | +$wgExtensionAliasesFiles['SemanticForms'] = $sfgIP . '/languages/SF_Aliases.php'; |
83 | 83 | |
84 | 84 | /** |
85 | 85 | * Do the actual intialization of the extension. This is just a delayed init that makes sure |
Index: trunk/extensions/SemanticDrilldown/includes/SD_GlobalFunctions.php |
— | — | @@ -30,7 +30,7 @@ |
31 | 31 | require_once($sdgIP . '/languages/SD_Language.php'); |
32 | 32 | |
33 | 33 | $wgExtensionMessagesFiles['SemanticDrilldown'] = $sdgIP . '/languages/SD_Messages.php'; |
34 | | -$wgExtensionAliasesFiles['ReplaceText'] = $sdgIP . '/languages/SD_Aliases.php'; |
| 34 | +$wgExtensionAliasesFiles['SemanticDrilldown'] = $sdgIP . '/languages/SD_Aliases.php'; |
35 | 35 | |
36 | 36 | // register all special pages and other classes |
37 | 37 | $wgSpecialPages['Filters'] = 'SDFilters'; |