summaryrefslogtreecommitdiff
path: root/httemplate/edit
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/edit')
-rwxr-xr-xhttemplate/edit/cust_main.cgi4
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/edit/cust_main.cgi b/httemplate/edit/cust_main.cgi
index d99b54aed..8f2fe7cee 100755
--- a/httemplate/edit/cust_main.cgi
+++ b/httemplate/edit/cust_main.cgi
@@ -195,8 +195,8 @@ my($daytime,$night,$fax)=(
$cust_main->fax,
);
-my $daytime_label = gettext('daytime') || 'Day Phone';
-my $night_label = gettext('night') || 'Night Phone';
+my $daytime_label = FS::Msgcat::_gettext('daytime') || 'Day Phone';
+my $night_label = FS::Msgcat::_gettext('night') || 'Night Phone';
print <<END;
<TR><TH ALIGN="right">${r}Country</TH><TD>$country_html</TD></TR>