mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 06:05:56 +00:00
Fixed label of back button
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@69382 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
640e2beb85
commit
b503041f09
@ -633,7 +633,7 @@ class ModelAdmin_CollectionController extends Controller {
|
|||||||
$tf
|
$tf
|
||||||
),
|
),
|
||||||
new FieldSet(
|
new FieldSet(
|
||||||
new FormAction("goBack", _t('ModelAdmin.GOFORWARD', "Back")),
|
new FormAction("goBack", _t('ModelAdmin.GOBACK', "Back")),
|
||||||
new FormAction("goForward", _t('ModelAdmin.GOFORWARD', "Forward"))
|
new FormAction("goForward", _t('ModelAdmin.GOFORWARD', "Forward"))
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user