From d0c5ddbd31af8b1747d447f31623e1af05961eb4 Mon Sep 17 00:00:00 2001 From: levinse Date: Fri, 27 May 2011 05:57:19 +0000 Subject: internationalization/localization, RT12515 --- httemplate/misc/change_pkg.cgi | 2 +- httemplate/misc/order_pkg.html | 2 +- httemplate/misc/payment.cgi | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'httemplate/misc') diff --git a/httemplate/misc/change_pkg.cgi b/httemplate/misc/change_pkg.cgi index 01b283d7a..2ab9329a1 100755 --- a/httemplate/misc/change_pkg.cgi +++ b/httemplate/misc/change_pkg.cgi @@ -40,7 +40,7 @@
" onClick = "this.disabled=true; standardize_new_location();" <% scalar($cgi->param('pkgpart')) ? '' : 'DISABLED' %> > diff --git a/httemplate/misc/order_pkg.html b/httemplate/misc/order_pkg.html index 985472142..4c7a02b1e 100644 --- a/httemplate/misc/order_pkg.html +++ b/httemplate/misc/order_pkg.html @@ -126,7 +126,7 @@ % : 'standardize_new_location()'; " onClick = "this.disabled=true; <% $onclick %>;" <% $pkgpart ? '' : 'DISABLED' %> > diff --git a/httemplate/misc/payment.cgi b/httemplate/misc/payment.cgi index 4c02da066..a033c1cea 100644 --- a/httemplate/misc/payment.cgi +++ b/httemplate/misc/payment.cgi @@ -222,7 +222,7 @@ - <% mt('Remember this informatio') |h %> + <% mt('Remember this information') |h %> @@ -265,8 +265,8 @@ die "access denied" unless $FS::CurrentUser::CurrentUser->access_right('Process payment'); -my %type = ( 'CARD' => emt('credit card'), - 'CHEK' => emt('electronic check (ACH)'), +my %type = ( 'CARD' => 'credit card', + 'CHEK' => 'electronic check (ACH)', ); $cgi->param('payby') =~ /^(CARD|CHEK)$/ -- cgit v1.2.1