From 82a37b80a00f988536cf5600d7c3c3ce065a97ae Mon Sep 17 00:00:00 2001 From: Glaisher Date: Sat, 31 Oct 2015 16:30:30 +0500 Subject: [PATCH] Don't link to title on "htmlform-title-not-exists" The page doesn't exist so it doesn't need to be linked. Change-Id: Iffea124ca565c3954e28585b335da765ec9964f1 --- 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 c97b08e9eb..d62913ad1d 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -3579,7 +3579,7 @@ "htmlform-cloner-required": "At least one value is required.", "htmlform-title-badnamespace": "[[:$1]] is not in the \"{{ns:$2}}\" namespace.", "htmlform-title-not-creatable": "\"$1\" is not a creatable page title", - "htmlform-title-not-exists": "[[:$1]] does not exist.", + "htmlform-title-not-exists": "$1 does not exist.", "htmlform-user-not-exists": "$1 does not exist.", "htmlform-user-not-valid": "$1 isn't a valid username.", "rawmessage": "$1", -- 2.20.1