summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_pay.html
diff options
context:
space:
mode:
authorlevinse <levinse>2011-05-17 05:00:44 +0000
committerlevinse <levinse>2011-05-17 05:00:44 +0000
commit93519f9371b41ded713a93fba031ed7a361be04c (patch)
tree3b00659886d3eece63b5d514f65691218ed4d7d7 /httemplate/view/cust_pay.html
parent5d5e197dd0c74b419a4c4cb0791bf23e68e4c3bb (diff)
internationalization/localization, RT12515
Diffstat (limited to 'httemplate/view/cust_pay.html')
-rw-r--r--httemplate/view/cust_pay.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/httemplate/view/cust_pay.html b/httemplate/view/cust_pay.html
index 0fb514aa3..f7f2ea2d6 100644
--- a/httemplate/view/cust_pay.html
+++ b/httemplate/view/cust_pay.html
@@ -20,8 +20,7 @@
<BR><BR>
% } elsif ( $link eq 'email' ) {
% if ( $email_error ) {
- <& /elements/header-popup.html, mt("Error re-emailing receipt") &>
-% warn "Error re-emailing receipt: $email_error";
+ <& /elements/header-popup.html, mt("Error re-emailing receipt: [_1]", $email_error) &>
% } else {
<& /elements/header-popup.html, mt("Re-emailed receipt") &>
% }