diff options
author | levinse <levinse> | 2011-06-16 03:39:31 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-06-16 03:39:31 +0000 |
commit | 36c55a2f3ce37f44612ebe84128b9ffae4d5c847 (patch) | |
tree | 380155141811d33c248b3d2e5aa33f2a9d7f44db /httemplate/edit | |
parent | d6244a2850a30ea44e3149909cd9f3a6fcc17b20 (diff) |
internationalization/localization
Diffstat (limited to 'httemplate/edit')
-rwxr-xr-x | httemplate/edit/cust_main.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/cust_main.cgi b/httemplate/edit/cust_main.cgi index 17ce91dd2..002fd5734 100755 --- a/httemplate/edit/cust_main.cgi +++ b/httemplate/edit/cust_main.cgi @@ -15,7 +15,7 @@ <INPUT TYPE="hidden" NAME="prospectnum" VALUE="<% $prospectnum %>"> % if ( $custnum ) { - Customer #<B><% $cust_main->display_custnum %></B> - + <% mt('Customer #') |h %><B><% $cust_main->display_custnum %></B> - <B><FONT COLOR="#<% $cust_main->statuscolor %>"> <% ucfirst($cust_main->status) %> </FONT></B> |