Fix/unify use of title case
authorMarcel Werk <burntime@woltlab.com>
Thu, 6 Jul 2023 12:06:39 +0000 (14:06 +0200)
committerMarcel Werk <burntime@woltlab.com>
Thu, 6 Jul 2023 12:06:39 +0000 (14:06 +0200)
wcfsetup/install/lang/en.xml

index 896da4e0a815bbe7bddb00a1685fc59b78abd2f0..0a8ff516579ab65d918d769171986359286de383 100644 (file)
@@ -3281,7 +3281,7 @@ Your account on the website: {@PAGE_TITLE|phrase} [URL:{link isEmail=true}{/link
                <item name="wcf.attachment.upload.error.http413"><![CDATA[The file size exceeds the web server’s maximum request size (HTTP status code 413).]]></item>
                <item name="wcf.attachment.upload.error.uploadPhpLimit"><![CDATA[The file size exceeds the PHP limit “upload_max_filesize” and/or “post_max_size”.]]></item>
                <item name="wcf.attachment.upload.limits"><![CDATA[The maximum number of attachments: {#$attachmentHandler->getMaxCount()}<br>
-Maximum File Size: {@$attachmentHandler->getMaxSize()|filesize}<br>
+Maximum file size: {@$attachmentHandler->getMaxSize()|filesize}<br>
 Allowed extensions: {', '|implode:$attachmentHandler->getFormattedAllowedExtensions()}]]></item>
                <item name="wcf.attachment.insert"><![CDATA[Insert into message]]></item>
                <item name="wcf.attachment.insertAll"><![CDATA[Insert All]]></item>