internationalization/localization, RT12515
[freeside.git] / httemplate / elements / popup_link-cust_main.html
index db53ad4..1413785 100644 (file)
@@ -27,7 +27,7 @@ Example:
 % }
 <%init>
 
-my $params = { 'closetext' => 'Close' };
+my $params = { 'closetext' => emt('Close') };
 
 if (ref($_[0]) eq 'HASH') {
   $params = { %$params, %{ $_[0] } };