CMS Localization

This commit is contained in:
Ingo Schommer 2012-08-09 23:55:30 +02:00
parent deb3780a45
commit 77d939f0b2

View File

@ -1165,7 +1165,7 @@ class LeftAndMain extends Controller implements PermissionProvider {
), ),
new FieldList( new FieldList(
// TODO i18n // TODO i18n
new FormAction('submit', "Go") new FormAction('submit', _t('Form.SubmitBtnLabel', "Go"))
) )
); );
$form->addExtraClass('cms-batch-actions nostyle'); $form->addExtraClass('cms-batch-actions nostyle');