From a209fc3a5cd5685083436bd4d48fe0bc974a6bb1 Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Tue, 13 Sep 2016 02:18:08 -0700 Subject: [PATCH] Fix typo in "editpage-invalidcontentmodel-text" message Bug: T145491 Change-Id: I1814a84d49f6cf837f18a1e6e5b3db9602e1f55c --- 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 558a452b32..2c4b28773e 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -778,7 +778,7 @@ "content-not-allowed-here": "\"$1\" content is not allowed on page [[$2]]", "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 a supported.", + "editpage-invalidcontentmodel-text": "The content model \"$1\" is not supported.", "editpage-notsupportedcontentformat-title": "Content format not supported", "editpage-notsupportedcontentformat-text": "The content format $1 is not supported by the content model $2.", "content-model-wikitext": "wikitext", -- 2.20.1