Merge pull request #3996 from wernerkrauss/patch-2

Fixed typo in HtmlType translation key
This commit is contained in:
Daniel Hensby 2015-03-10 11:04:57 +00:00
commit 2e31d08a24

View File

@ -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();