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:
Sam Minnee 2008-12-17 19:55:40 +00:00
parent 640e2beb85
commit b503041f09

View File

@ -633,7 +633,7 @@ class ModelAdmin_CollectionController extends Controller {
$tf
),
new FieldSet(
new FormAction("goBack", _t('ModelAdmin.GOFORWARD', "Back")),
new FormAction("goBack", _t('ModelAdmin.GOBACK', "Back")),
new FormAction("goForward", _t('ModelAdmin.GOFORWARD', "Forward"))
)
);