Unified label and name in i18n, since they'll always be the same.

This commit is contained in:
Paul Driver 2009-07-13 22:40:44 +00:00
parent fa23a75c39
commit 6c5d728730
2 changed files with 3 additions and 6 deletions

View file

@ -115,7 +115,7 @@ sub getButton {
my $payForm
= WebGUI::Form::formHeader($session)
. $self->getDoFormTags('sendToPayPal')
. WebGUI::Form::submit( $session, { value => $self->get('label') } )
. WebGUI::Form::submit( $session, { value => $self->get('name') } )
. WebGUI::Form::formFooter($session);
return $payForm;