diff --git a/lib/WebGUI/Asset/Wobject/DataForm.pm b/lib/WebGUI/Asset/Wobject/DataForm.pm index 0e8add953..63e53c665 100644 --- a/lib/WebGUI/Asset/Wobject/DataForm.pm +++ b/lib/WebGUI/Asset/Wobject/DataForm.pm @@ -232,7 +232,7 @@ sub getEditForm { $self->getTab("properties")->whatNext( -options=>{ addField=>WebGUI::International::get(76,"DataForm"), - backToPage=>WebGUI::International::get(745) + backToPage=>WebGUI::International::get(745,"DataForm") }, -value=>"editField" ); @@ -750,7 +750,7 @@ sub www_editField { $f->whatNext( -options=>{ addField=>WebGUI::International::get(76,"DataForm"), - backToPage=>WebGUI::International::get(745) + backToPage=>WebGUI::International::get(745,"DataForm") }, -value=>"addField" ); @@ -826,7 +826,7 @@ sub www_editTab { -options=>{ addTab=>WebGUI::International::get(103,"DataForm"), - backToPage=>WebGUI::International::get(745) + backToPage=>WebGUI::International::get(745,"DataForm") }, -value=>"addTab" ); diff --git a/lib/WebGUI/i18n/English/DataForm.pm b/lib/WebGUI/i18n/English/DataForm.pm index 0b24a951f..b59616050 100644 --- a/lib/WebGUI/i18n/English/DataForm.pm +++ b/lib/WebGUI/i18n/English/DataForm.pm @@ -616,21 +616,25 @@ A conditional indicating whether this field exists for the mail subsystem of the '5' => { message => q|Displayed|, - lastUpdated => 1031514049 + lastUpdated => 1031514049, }, 'no tab' =>{ message =>q|No Tab|, lastUpdated=>1095701013, - context=>q|Tells the user that there is no tab to set the field to.| + context=>q|Tells the user that there is no tab to set the field to.|, }, 'Field Position' => { message =>q|Field Position|, - lastUpdated=>1095701013 + lastUpdated=>1095701013, }, 'Delete entry confirmation' => { message => q|Are you certain that you wish to delete this data entry?|, - lastUpdated => 1095701013 + lastUpdated => 1095701013, }, + '745' => { + message => q|Go back to the page.|, + lastUpdated => 1035872437, + } };