internationalization/localization, RT12515
[freeside.git] / httemplate / view / cust_main / payment_history / voided_payment.html
index 3c2098d..2f038be 100644 (file)
@@ -24,12 +24,12 @@ if ( $opt{'pkg-balances'} && $cust_pay_void->pkgnum ) {
 
 my $unvoid = '';
 my $unvoidmsg = $cust_pay_void->payby =~ /^(CARD|CHEK)$/
-                ? ' ('.mt('do not send anything to the payment gateway') .')'
+                ? ' ('.emt('do not send anything to the payment gateway') .')'
                 : '';
 $unvoid = areyousure_link("${p}misc/unvoid-cust_pay_void.cgi?".$cust_pay_void->paynum,
-                            mt('Are you sure you want to unvoid this payment?'),
-                            mt('Unvoid this payment from the database') . $unvoidmsg,
-                            mt('unvoid')
+                            emt('Are you sure you want to unvoid this payment?'),
+                            emt('Unvoid this payment from the database') . $unvoidmsg,
+                            emt('unvoid')
                          )
     if ( $cust_pay_void->closed !~ /^Y/i && $curuser->access_right('Unvoid') );