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/edit/cust_main.cgi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'httemplate/edit/cust_main.cgi') diff --git a/httemplate/edit/cust_main.cgi b/httemplate/edit/cust_main.cgi index 1c188dc14..17ce91dd2 100755 --- a/httemplate/edit/cust_main.cgi +++ b/httemplate/edit/cust_main.cgi @@ -58,7 +58,7 @@ % }
-Billing address +<% mt('Billing address') |h %> <& cust_main/contact.html, 'cust_main' => $cust_main, @@ -209,7 +209,7 @@ function samechanged(what) { " + VALUE = "<% $custnum ? emt("Apply changes") : emt("Add Customer") %>" onClick = "this.disabled=true; bottomfixup(this.form);" > @@ -366,7 +366,7 @@ my %keep = map { $_=>1 } qw( error tagnum lock_agentnum lock_pkgpart ); $cgi->delete( grep !$keep{$_}, $cgi->param ); my $title = $custnum ? 'Edit Customer' : 'Add Customer'; -$title = emt($title); +$title = mt($title); $title .= ": ". $cust_main->name if $custnum; my $r = qq!* !; -- cgit v1.2.1