mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #3996 from wernerkrauss/patch-2
Fixed typo in HtmlType translation key
This commit is contained in:
commit
2e31d08a24
@ -805,7 +805,7 @@ class File extends DataObject {
|
|||||||
'js' => _t('File.JsType', 'Javascript file'),
|
'js' => _t('File.JsType', 'Javascript file'),
|
||||||
'css' => _t('File.CssType', 'CSS file'),
|
'css' => _t('File.CssType', 'CSS file'),
|
||||||
'html' => _t('File.HtmlType', 'HTML file'),
|
'html' => _t('File.HtmlType', 'HTML file'),
|
||||||
'htm' => _t('File.HtlType', 'HTML file')
|
'htm' => _t('File.HtmlType', 'HTML file')
|
||||||
);
|
);
|
||||||
|
|
||||||
$ext = $this->getExtension();
|
$ext = $this->getExtension();
|
||||||
|
Loading…
Reference in New Issue
Block a user