MarkAHershberger has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/384788 )

Change subject: Replace FooBar with WhoIsWatching
......................................................................

Replace FooBar with WhoIsWatching

Missed these in I3b80e90fc3df42af6112673d0d68ca9bc888363d

Change-Id: Ie5321c89f7bb7bd88002cc321d4b3884f543aae9
---
M WhoIsWatching.php
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/WhoIsWatching 
refs/changes/88/384788/1

diff --git a/WhoIsWatching.php b/WhoIsWatching.php
index 770cf00..1eedc70 100644
--- a/WhoIsWatching.php
+++ b/WhoIsWatching.php
@@ -5,11 +5,11 @@
        $wgMessagesDirs['WhoIsWatching'] = __DIR__ . '/i18n';
        $wgExtensionMessagesFiles['WhoIsWatchingAlias'] = __DIR__ . 
'/src/i18n/Alias.php';
        wfWarn(
-               'Deprecated PHP entry point used for the FooBar extension. ' .
+               'Deprecated PHP entry point used for the WhoIsWatching 
extension. ' .
                'Please use wfLoadExtension instead, ' .
                'see https://www.mediawiki.org/wiki/Extension_registration for 
more details.'
        );
        return;
 } else {
-       die( 'This version of the FooBar extension requires MediaWiki 1.25+' );
+       die( 'This version of the WhoIsWatching extension requires MediaWiki 
1.25+' );
 }
\ No newline at end of file

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie5321c89f7bb7bd88002cc321d4b3884f543aae9
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/WhoIsWatching
Gerrit-Branch: master
Gerrit-Owner: MarkAHershberger <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to