From: Hydriz Date: Wed, 8 Jan 2014 12:52:43 +0000 (+0800) Subject: Fix missing apostrophe in maintenance/generateJsonI18n.php X-Git-Tag: 1.31.0-rc.0~17339 X-Git-Url: http://git.cyclocoop.org/url?a=commitdiff_plain;h=20934e595a08e213c87bdea75d175e138610d686;p=lhc%2Fweb%2Fwiklou.git Fix missing apostrophe in maintenance/generateJsonI18n.php Change-Id: I3f678df09853bfdb6295985c81d4469024aecfbb --- diff --git a/maintenance/generateJsonI18n.php b/maintenance/generateJsonI18n.php index 554e0a848e..3b7a6529bc 100644 --- a/maintenance/generateJsonI18n.php +++ b/maintenance/generateJsonI18n.php @@ -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 ) {