From e0f13f955202e77af34416e80d649b1580de8e3a Mon Sep 17 00:00:00 2001 From: "James D. Forrester" Date: Wed, 5 Dec 2018 11:06:40 -0800 Subject: [PATCH] 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 --- languages/i18n/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.", -- 2.20.1