fix regression caused by internationalization/localization, RT12515
[freeside.git] / httemplate / view / cust_main / one_time_charge_link.html
index 4ce8a28..ba6b785 100644 (file)
@@ -76,11 +76,11 @@ function taxoverridequickchargemagic() {
 
 <% include('/elements/popup_link.html', { 
      'action'      => $p.'edit/quick-charge.html?custnum='. $cust_main->custnum,
-     'label'       => 'One-time charge',
-     'actionlabel' => 'One-time charge',
+     'label'       => emt('One-time charge'),
+     'actionlabel' => emt('One-time charge'),
      'color'       => '#333399',
      'width'       => 763,
-     'height'      => 408,
+     'height'      => 460, #more for more room for lines of add'l description?
    })
 %>