From: jenkins-bot Date: Wed, 11 Oct 2017 13:58:26 +0000 (+0000) Subject: Merge "Change Tagged edits help icon" X-Git-Tag: 1.31.0-rc.0~1822 X-Git-Url: https://git.heureux-cyclage.org/index.php?a=commitdiff_plain;h=30a45aac8a792f53f546e75ea1ac7d950f39fcde;hp=0237acc8859a59df1ede96247dcb4e9a1d06f944;p=lhc%2Fweb%2Fwiklou.git Merge "Change Tagged edits help icon" --- diff --git a/languages/i18n/en.json b/languages/i18n/en.json index 93e5603dbf..6bf32b2216 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -1612,7 +1612,7 @@ "uploaded-script-svg": "Found scriptable element \"$1\" in the uploaded SVG file.", "uploaded-hostile-svg": "Found unsafe CSS in the style element of uploaded SVG file.", "uploaded-event-handler-on-svg": "Setting event-handler attributes $1=\"$2\" is not allowed in SVG files.", - "uploaded-href-attribute-svg": "href attributes in SVG files are only allowed to link to http:// or https:// targets, found <$1 $2=\"$3\">.", + "uploaded-href-attribute-svg": " elements can only link (href) to data: (embedded file), http:// or https://, or fragment (#, same-document) targets. For other elements, such as , only data: and fragment are allowed. Try embedding images when exporting your SVG. Found <$1 $2=\"$3\">.", "uploaded-href-unsafe-target-svg": "Found href to unsafe data: URI target <$1 $2=\"$3\"> in the uploaded SVG file.", "uploaded-animate-svg": "Found \"animate\" tag that might be changing href, using the \"from\" attribute <$1 $2=\"$3\"> in the uploaded SVG file.", "uploaded-setting-event-handler-svg": "Setting event-handler attributes is blocked, found <$1 $2=\"$3\"> in the uploaded SVG file.",