MINOR: SSF-38 i18n of some of the form

This commit is contained in:
Julian Seidenberg 2012-03-29 15:09:20 +13:00
parent 9f9dc25338
commit 94e21d18e1

View File

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