Aaron Schulz has submitted this change and it was merged.

Change subject: Fix typo in message key
......................................................................


Fix typo in message key

PS2: per Aaron's review

Change-Id: Iaf0dd534ef5d40366d10e0ee54f4701c10cc7408
---
M OAuth.php
M frontend/language/OAuth.i18n.php
2 files changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Aaron Schulz: Verified; Looks good to me, approved



diff --git a/OAuth.php b/OAuth.php
index fabbaac..1d2946a 100644
--- a/OAuth.php
+++ b/OAuth.php
@@ -26,7 +26,7 @@
 $wgExtensionCredits['other'][] = array(
        'path'           => __FILE__,
        'name'           => 'OAuth 1.0a API authentication',
-       'descriptionmsg' => 'oath-desc',
+       'descriptionmsg' => 'oauth-desc',
        'author'         => array( 'Aaron Schulz' ),
        'url'            => 'https://www.mediawiki.org/wiki/Extension:OAuth',
 );
diff --git a/frontend/language/OAuth.i18n.php b/frontend/language/OAuth.i18n.php
index 5c9deab..6f92f89 100644
--- a/frontend/language/OAuth.i18n.php
+++ b/frontend/language/OAuth.i18n.php
@@ -9,5 +9,5 @@
 $messages = array();
 
 $messages['en'] = array(
-       'oath-desc' => 'OAuth 1.0a API authentication',
+       'oauth-desc' => 'OAuth 1.0a API authentication',
 );

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Iaf0dd534ef5d40366d10e0ee54f4701c10cc7408
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/OAuth
Gerrit-Branch: master
Gerrit-Owner: Raimond Spekking <[email protected]>
Gerrit-Reviewer: Aaron Schulz <[email protected]>
Gerrit-Reviewer: Nikerabbit <[email protected]>
Gerrit-Reviewer: Siebrand <[email protected]>

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

Reply via email to