Fixed typo in HtmlType translation key

This commit is contained in:
wernerkrauss 2015-03-10 11:24:03 +01:00
parent d17272084a
commit 033582abcc

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