From: raymond Date: Thu, 28 May 2015 14:29:46 +0000 (+0200) Subject: Consistency tweaks: xml -> XML, Href -> href X-Git-Tag: 1.31.0-rc.0~11096^2 X-Git-Url: https://git.cyclocoop.org/admin/?a=commitdiff_plain;h=5404a1a580e85b9b3593403f7851c91320d35114;p=lhc%2Fweb%2Fwiklou.git Consistency tweaks: xml -> XML, Href -> href Change-Id: I6dff4f42d1075c434a4f5d5f3a9ba36843231cc3 --- diff --git a/languages/i18n/en.json b/languages/i18n/en.json index 26c4b1bb22..b8284adf1c 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -1354,11 +1354,11 @@ "uploaddisabledtext": "File uploads are disabled.", "php-uploaddisabledtext": "File uploads are disabled in PHP.\nPlease check the file_uploads setting.", "uploadscripted": "This file contains HTML or script code that may be erroneously interpreted by a web browser.", - "upload-scripted-pi-callback": "Cannot upload a file that contains xml-stylesheet processing instruction.", + "upload-scripted-pi-callback": "Cannot upload a file that contains XML-stylesheet processing instruction.", "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 <$1 $2=\"$3\"> with non-local target (e.g. http://, javascript:, etc) are not allowed in SVG files.", + "uploaded-href-attribute-svg": "href attributes <$1 $2=\"$3\"> with non-local target (e.g. http://, javascript:, etc) are not allowed in SVG files.", "uploaded-href-unsafe-target-svg": "Found href to unsafe 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.",