From 632c3d910c41c86f6158f102b744d651b81b7107 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 12 Jun 2008 23:36:23 +0000 Subject: [PATCH] i18n for the Cash pay driver --- lib/WebGUI/Shop/PayDriver/Cash.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Shop/PayDriver/Cash.pm b/lib/WebGUI/Shop/PayDriver/Cash.pm index 5b925ed63..c19e44aa2 100644 --- a/lib/WebGUI/Shop/PayDriver/Cash.pm +++ b/lib/WebGUI/Shop/PayDriver/Cash.pm @@ -46,7 +46,7 @@ sub getButton { my $payForm = WebGUI::Form::formHeader($session) . $self->getDoFormTags('getCredentials') - . WebGUI::Form::submit($session, {value => $i18n->echo('Cash') }) + . WebGUI::Form::submit($session, {value => $i18n->get('cash') }) . WebGUI::Form::formFooter($session); return $payForm;