Fix typo for system message name
Change-Id: Ic23f71ab9f6018152f89f35a944c9daae9f94970
This commit is contained in:
parent
97fbf724fa
commit
07382d63fe
5 changed files with 6 additions and 6 deletions
|
|
@ -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',
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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}}.",
|
||||
|
|
|
|||
Loading…
Reference in a new issue