From: Glaisher Date: Sat, 31 Oct 2015 11:30:30 +0000 (+0500) Subject: Don't link to title on "htmlform-title-not-exists" X-Git-Tag: 1.31.0-rc.0~9095^2 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/password.php?a=commitdiff_plain;h=82a37b80a00f988536cf5600d7c3c3ce065a97ae;p=lhc%2Fweb%2Fwiklou.git 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 --- 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",