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_refund.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'httemplate/view/cust_refund.html') diff --git a/httemplate/view/cust_refund.html b/httemplate/view/cust_refund.html index 9cda1a6a8..7f6a34f5d 100644 --- a/httemplate/view/cust_refund.html +++ b/httemplate/view/cust_refund.html @@ -38,7 +38,7 @@ <% ntable("#cccccc", 2) %> - <% mt('Refund') |h %># + <% mt('Refund #') |h %> <% $cust_refund->refundnum %> @@ -70,13 +70,13 @@ - <% mt('Authorization') |h %># + <% mt('Authorization #') |h %> <% $cust_refund->authorization %> % if ( $cust_refund->order_number ) { - <% mt('Order') |h %># + <% mt('Order #') |h %> <% $cust_refund->order_number %> % } -- cgit v1.2.1