Siebrand has submitted this change and it was merged.

Change subject: American spelling for "unrecognized"
......................................................................


American spelling for "unrecognized"

Change-Id: I9739f4767e0c549e300a636baa74745c5d6612cd
---
M InputBox.classes.php
M InputBox.i18n.php
2 files changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Siebrand: Verified; Looks good to me, approved



diff --git a/InputBox.classes.php b/InputBox.classes.php
index 654af9f..380015c 100644
--- a/InputBox.classes.php
+++ b/InputBox.classes.php
@@ -153,7 +153,7 @@
                                } elseif ( isset( $nsAliases[$userNS] ) ) {
                                        $i = $nsAliases[$userNS];
                                } else {
-                                       continue; # Namespace not recognised, 
skip
+                                       continue; # Namespace not recognized, 
skip
                                }
                                $showNamespaces[$i] = $userNS;
                                if( isset( $checkedNS[$userNS] ) && 
$checkedNS[$userNS] ) {
diff --git a/InputBox.i18n.php b/InputBox.i18n.php
index 6788756..c6e4552 100644
--- a/InputBox.i18n.php
+++ b/InputBox.i18n.php
@@ -17,7 +17,7 @@
 $messages['en'] = array(
        'inputbox-desc'           => 'Allow inclusion of predefined HTML forms',
        'inputbox-error-no-type'  => 'You have not specified the type of input 
box to create.',
-       'inputbox-error-bad-type' => 'Input box type "$1" not recognised.
+       'inputbox-error-bad-type' => 'Input box type "$1" not recognized.
 Please specify "create", "comment", "search", "search2" or "fulltext".',
        'tryexact'                => 'Try exact match',
        'searchfulltext'          => 'Search full text',

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I9739f4767e0c549e300a636baa74745c5d6612cd
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/InputBox
Gerrit-Branch: master
Gerrit-Owner: Shirayuki <[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