diff --git a/lib/WebGUI/Shop/PayDriver/PayPal.pm b/lib/WebGUI/Shop/PayDriver/PayPal.pm index a9c8c2b70..3caff86b4 100644 --- a/lib/WebGUI/Shop/PayDriver/PayPal.pm +++ b/lib/WebGUI/Shop/PayDriver/PayPal.pm @@ -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; diff --git a/lib/WebGUI/i18n/English/PayDriver_PayPal.pm b/lib/WebGUI/i18n/English/PayDriver_PayPal.pm index 5d257d618..b2a97203a 100644 --- a/lib/WebGUI/i18n/English/PayDriver_PayPal.pm +++ b/lib/WebGUI/i18n/English/PayDriver_PayPal.pm @@ -37,13 +37,10 @@ our $I18N = { lastUpdated => 1247524131, context => q{Message to display when something goes wrong talking to PayPal}, }, - 'label' => { - message => q{NewPal}, - lastUpdated => 1247256659, - }, 'name' => { - message => q{NewPal}, + message => q{PayPal}, lastUpdated => 1247256412, + context => q{The name of the payment driver}, }, 'password' => { message => q{Password},