Fix missing apostrophe in maintenance/generateJsonI18n.php
authorHydriz <admin@alphacorp.tk>
Wed, 8 Jan 2014 12:52:43 +0000 (20:52 +0800)
committerHydriz <admin@alphacorp.tk>
Wed, 8 Jan 2014 12:52:43 +0000 (20:52 +0800)
Change-Id: I3f678df09853bfdb6295985c81d4469024aecfbb

maintenance/generateJsonI18n.php

index 554e0a8..3b7a652 100644 (file)
@@ -97,7 +97,7 @@ class GenerateJsonI18n extends Maintenance {
                }
 
                $this->output( "All done.\n" );
-               $this->output( "Also add \$wgMessagesDirs['YourExtension'] = __DIR__ . /i18n';\n" );
+               $this->output( "Also add \$wgMessagesDirs['YourExtension'] = __DIR__ . '/i18n';\n" );
        }
 
        protected function doShim( $jsondir ) {