mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR: SSF-38 i18n of some of the form
This commit is contained in:
parent
9f9dc25338
commit
94e21d18e1
@ -393,11 +393,11 @@ class HtmlEditorField_Toolbar extends RequestHandler {
|
||||
$tabSet = new TabSet(
|
||||
"MediaFormInsertImageTabs",
|
||||
new Tab(
|
||||
'From your computer',
|
||||
_t('HtmlEditorField.FROMCOMPUTER','From your computer'),
|
||||
$computerUploadField
|
||||
),
|
||||
new Tab(
|
||||
'From the CMS',
|
||||
_t('HtmlEditorField.FROMCMS','From the CMS'),
|
||||
$fromCMS
|
||||
)
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user