From: Ammarpad Date: Tue, 22 Jan 2019 09:44:41 +0000 (+0000) Subject: Fix typo in apierror message X-Git-Tag: 1.34.0-rc.0~3016^2 X-Git-Url: https://git.cyclocoop.org/admin//%22%7B%7Blocalurle:Special:Imagelist%7D%7D/%22?a=commitdiff_plain;h=dfb87515cddb101f8f294461b5e1afba176e1700;p=lhc%2Fweb%2Fwiklou.git Fix typo in apierror message Replace "conjuction" with "conjunction" in Apierror-redirect-appendonly/en message Bug: T201491 Change-Id: Ia121deecf256888736a9a4de18967f85f063d153 --- diff --git a/includes/api/i18n/en.json b/includes/api/i18n/en.json index 8f5ba8d492..36dbfa90fc 100644 --- a/includes/api/i18n/en.json +++ b/includes/api/i18n/en.json @@ -1838,7 +1838,7 @@ "apierror-readapidenied": "You need read permission to use this module.", "apierror-readonly": "The wiki is currently in read-only mode.", "apierror-reauthenticate": "You have not authenticated recently in this session, please reauthenticate.", - "apierror-redirect-appendonly": "You have attempted to edit using the redirect-following mode, which must be used in conjuction with section=new, prependtext, or appendtext.", + "apierror-redirect-appendonly": "You have attempted to edit using the redirect-following mode, which must be used in conjunction with section=new, prependtext, or appendtext.", "apierror-revdel-mutuallyexclusive": "The same field cannot be used in both hide and show.", "apierror-revdel-needtarget": "A target title is required for this RevDel type.", "apierror-revdel-paramneeded": "At least one value is required for hide and/or show.",