From 033582abccdce94ab6b0e4a73a2c7473db322579 Mon Sep 17 00:00:00 2001 From: wernerkrauss Date: Tue, 10 Mar 2015 11:24:03 +0100 Subject: [PATCH] Fixed typo in HtmlType translation key --- filesystem/File.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filesystem/File.php b/filesystem/File.php index dd394208b..ca0b51c9e 100644 --- a/filesystem/File.php +++ b/filesystem/File.php @@ -805,7 +805,7 @@ class File extends DataObject { 'js' => _t('File.JsType', 'Javascript file'), 'css' => _t('File.CssType', 'CSS file'), 'html' => _t('File.HtmlType', 'HTML file'), - 'htm' => _t('File.HtlType', 'HTML file') + 'htm' => _t('File.HtmlType', 'HTML file') ); $ext = $this->getExtension();