From 07382d63feedc5d0da45cf6adff01e5363189f56 Mon Sep 17 00:00:00 2001 From: withoutaname Date: Sun, 27 Apr 2014 14:11:07 -0700 Subject: [PATCH] Fix typo for system message name Change-Id: Ic23f71ab9f6018152f89f35a944c9daae9f94970 --- includes/specials/SpecialBlock.php | 2 +- includes/specials/SpecialBlockList.php | 2 +- includes/specials/SpecialUnblock.php | 4 ++-- languages/i18n/en.json | 2 +- languages/i18n/qqq.json | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/includes/specials/SpecialBlock.php b/includes/specials/SpecialBlock.php index e0ebd4da2d..716bf80297 100644 --- a/includes/specials/SpecialBlock.php +++ b/includes/specials/SpecialBlock.php @@ -128,7 +128,7 @@ class SpecialBlock extends FormSpecialPage { $a = array( 'Target' => array( 'type' => 'text', - 'label-message' => 'ipadressorusername', + 'label-message' => 'ipaddressorusername', 'tabindex' => '1', 'id' => 'mw-bi-target', 'size' => '45', diff --git a/includes/specials/SpecialBlockList.php b/includes/specials/SpecialBlockList.php index bf61cce10c..4c9a682b84 100644 --- a/includes/specials/SpecialBlockList.php +++ b/includes/specials/SpecialBlockList.php @@ -67,7 +67,7 @@ class SpecialBlockList extends SpecialPage { $fields = array( 'Target' => array( 'type' => 'text', - 'label-message' => 'ipadressorusername', + 'label-message' => 'ipaddressorusername', 'tabindex' => '1', 'size' => '45', 'default' => $this->target, diff --git a/includes/specials/SpecialUnblock.php b/includes/specials/SpecialUnblock.php index ac6aaf6614..797543f4da 100644 --- a/includes/specials/SpecialUnblock.php +++ b/includes/specials/SpecialUnblock.php @@ -82,14 +82,14 @@ class SpecialUnblock extends SpecialPage { $fields = array( 'Target' => array( 'type' => 'text', - 'label-message' => 'ipadressorusername', + 'label-message' => 'ipaddressorusername', 'tabindex' => '1', 'size' => '45', 'required' => true, ), 'Name' => array( 'type' => 'info', - 'label-message' => 'ipadressorusername', + 'label-message' => 'ipaddressorusername', ), 'Reason' => array( 'type' => 'text', diff --git a/languages/i18n/en.json b/languages/i18n/en.json index c1b4e4cedd..636a1f1f72 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -2048,7 +2048,7 @@ "blockip": "Block user", "blockip-legend": "Block user", "blockiptext": "Use the form below to block write access from a specific IP address or username.\nThis should be done only to prevent vandalism, and in accordance with [[{{MediaWiki:Policy-url}}|policy]].\nFill in a specific reason below (for example, citing particular pages that were vandalized).", - "ipadressorusername": "IP address or username:", + "ipaddressorusername": "IP address or username:", "ipbexpiry": "Expiry:", "ipbreason": "Reason:", "ipbreason-dropdown": "*Common block reasons\n** Inserting false information\n** Removing content from pages\n** Spamming links to external sites\n** Inserting nonsense/gibberish into pages\n** Intimidating behavior/harassment\n** Abusing multiple accounts\n** Unacceptable username", diff --git a/languages/i18n/qqq.json b/languages/i18n/qqq.json index 03a52d2b4e..6183506213 100644 --- a/languages/i18n/qqq.json +++ b/languages/i18n/qqq.json @@ -2210,7 +2210,7 @@ "blockip": "Used as the text of a link in the sidebar toolbox. Clicking this link takes you to [[Special:Block]], with a relevant username or IP address (e.g. \"Username\" on [[User talk:Username]], [[Special:Contributions/Username]], etc.) already filled in.\n\n{{Identical|Block user}}", "blockip-legend": "Legend/Header for the fieldset around the input form of [[Special:Block]].\n\n{{Identical|Block user}}", "blockiptext": "Used in the {{msg-mw|Blockip}} form in [[Special:Block]].\n\nRefers to {{msg-mw|Policy-url}}.\n\nThis message may follow the message {{msg-mw|Ipb-otherblocks-header}} and other block messages.\n\nSee also:\n* {{msg-mw|Unblockiptext}}", - "ipadressorusername": "{{Identical|IP address or username}}", + "ipaddressorusername": "{{Identical|IP address or username}}", "ipbexpiry": "{{Identical|Expiry}}", "ipbreason": "Label of the block reason dropdown in [[Special:BlockIP]] and the unblock reason textfield in [{{fullurl:Special:IPBlockList|action=unblock}} Special:IPBlockList?action=unblock].\n\n{{Identical|Reason}}", "ipbreason-dropdown": "Used as item list for dropdown on [[Special:Block]].\n\nThe label for this dropdown is {{msg-mw|Ipbreason}}.", -- 2.20.1