diff options
author | levinse <levinse> | 2011-05-16 16:31:08 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-05-16 16:31:08 +0000 |
commit | 2238711675eefa60cd2feb47c8d3e43d3e6f1860 (patch) | |
tree | eafc9212ef4c87af30cb04b1b27a5af12367deed /httemplate/view/cust_pay.html | |
parent | a363a49c213f1e64add5c34a8a2bd17d154adfd3 (diff) |
internationalization/localization, RT12515
Diffstat (limited to 'httemplate/view/cust_pay.html')
-rw-r--r-- | httemplate/view/cust_pay.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/httemplate/view/cust_pay.html b/httemplate/view/cust_pay.html index cdce2ca92..0fb514aa3 100644 --- a/httemplate/view/cust_pay.html +++ b/httemplate/view/cust_pay.html @@ -47,7 +47,7 @@ <% ntable("#cccccc", 2) %> <TR> - <TD ALIGN="right"><% mt('Payment') |h %>#</TD> + <TD ALIGN="right"><% mt('Payment #') |h %></TD> <TD BGCOLOR="#FFFFFF"><B><% $cust_pay->paynum %></B></TD> </TR> @@ -86,13 +86,13 @@ </TR> <TR> - <TD ALIGN="right"><% mt('Authorization') |h %>#</TD> + <TD ALIGN="right"><% mt('Authorization #') |h %></TD> <TD BGCOLOR="#FFFFFF"><B><% $cust_pay->authorization %></B></TD> </TR> % if ( $cust_pay->order_number ) { <TR> - <TD ALIGN="right"><% mt('Order') |h %>#</TD> + <TD ALIGN="right"><% mt('Order #') |h %></TD> <TD BGCOLOR="#FFFFFF"><B><% $cust_pay->order_number %></B></TD> </TR> % } |