Index: trunk/extensions/ApiSVGProxy/ApiSVGProxy.php |
— | — | @@ -14,7 +14,7 @@ |
15 | 15 | # Alert the user that this is not a valid entry point to MediaWiki if they try to access the extension file directly. |
16 | 16 | if( !defined( 'MEDIAWIKI' ) ) { |
17 | 17 | echo <<<EOT |
18 | | -To install the ChangeAuthor extension, put the following line in LocalSettings.php: |
| 18 | +To install the ApiSVGProxy extension, put the following line in LocalSettings.php: |
19 | 19 | require_once( "\$IP/extensions/ApiSVGProxy/ApiSVGProxy.php" ); |
20 | 20 | EOT; |
21 | 21 | exit( 1 ); |