From 2238711675eefa60cd2feb47c8d3e43d3e6f1860 Mon Sep 17 00:00:00 2001 From: levinse Date: Mon, 16 May 2011 16:31:08 +0000 Subject: internationalization/localization, RT12515 --- httemplate/view/cust_pay.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'httemplate/view/cust_pay.html') 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) %> - <% mt('Payment') |h %># + <% mt('Payment #') |h %> <% $cust_pay->paynum %> @@ -86,13 +86,13 @@ - <% mt('Authorization') |h %># + <% mt('Authorization #') |h %> <% $cust_pay->authorization %> % if ( $cust_pay->order_number ) { - <% mt('Order') |h %># + <% mt('Order #') |h %> <% $cust_pay->order_number %> % } -- cgit v1.2.1