From 7c4a50d23058e764d9bb905df21d9ae6f7f01a4f Mon Sep 17 00:00:00 2001 From: levinse Date: Sun, 22 May 2011 20:23:21 +0000 Subject: internationalization/localization, RT12515 --- httemplate/elements/select-terms.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'httemplate/elements/select-terms.html') diff --git a/httemplate/elements/select-terms.html b/httemplate/elements/select-terms.html index 417c30fda..d63c49219 100644 --- a/httemplate/elements/select-terms.html +++ b/httemplate/elements/select-terms.html @@ -26,13 +26,13 @@ my $conf = new FS::Conf; my $empty_label = $opt{'empty_label'} - || 'Default ('. - ($conf->config('invoice_default_terms') || 'Payable upon receipt'). + || emt('Default').' ('. + ($conf->config('invoice_default_terms') || emt('Payable upon receipt')). ')'; my $empty_value = $opt{'empty_value'} || ''; -my @terms = ( 'Payable upon receipt', +my @terms = ( emt('Payable upon receipt'), ( map "Net $_", 0, 3, 9, 10, 15, 20, 30, 45, 60, 90 ), ); -- cgit v1.2.1