Hydriz has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/106230


Change subject: Fix missing apostrophe in maintenance/generateJsonI18n.php
......................................................................

Fix missing apostrophe in maintenance/generateJsonI18n.php

Change-Id: I3f678df09853bfdb6295985c81d4469024aecfbb
---
M maintenance/generateJsonI18n.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/30/106230/1

diff --git a/maintenance/generateJsonI18n.php b/maintenance/generateJsonI18n.php
index 554e0a8..3b7a652 100644
--- a/maintenance/generateJsonI18n.php
+++ b/maintenance/generateJsonI18n.php
@@ -97,7 +97,7 @@
                }
 
                $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 ) {

-- 
To view, visit https://gerrit.wikimedia.org/r/106230
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3f678df09853bfdb6295985c81d4469024aecfbb
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Hydriz <ad...@alphacorp.tk>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to