From: James D. Forrester Date: Wed, 5 Dec 2018 19:06:40 +0000 (-0800) Subject: i18n: Escape the File and Category namespaces in error links to pages X-Git-Tag: 1.34.0-rc.0~3324^2~1 X-Git-Url: https://git.cyclocoop.org/admin//%22%7B%7Blocalurle:Special:Imagelist%7D%7D/%22?a=commitdiff_plain;h=e0f13f955202e77af34416e80d649b1580de8e3a;p=lhc%2Fweb%2Fwiklou.git i18n: Escape the File and Category namespaces in error links to pages There should be a better way to do this. Oh well. Bug: T211053 Change-Id: Ia21045cb2d0b55497370f476033686d4317819fe --- diff --git a/languages/i18n/en.json b/languages/i18n/en.json index 159e705e45..953d2e2588 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -774,7 +774,7 @@ "defaultmessagetext": "Default message text", "content-failed-to-parse": "Failed to parse $2 content for $1 model: $3", "invalid-content-data": "Invalid content data", - "content-not-allowed-here": "\"$1\" content is not allowed on page [[$2]] in slot \"$3\"", + "content-not-allowed-here": "\"$1\" content is not allowed on page [[:$2]] in slot \"$3\"", "editwarning-warning": "Leaving this page may cause you to lose any changes you have made.\nIf you are logged in, you can disable this warning in the \"{{int:prefs-editing}}\" section of your preferences.", "editpage-invalidcontentmodel-title": "Content model not supported", "editpage-invalidcontentmodel-text": "The content model \"$1\" is not supported.",