summaryrefslogtreecommitdiff
path: root/httemplate/edit/cust_main_attach.cgi
diff options
context:
space:
mode:
authorlevinse <levinse>2011-05-27 05:57:19 +0000
committerlevinse <levinse>2011-05-27 05:57:19 +0000
commitd0c5ddbd31af8b1747d447f31623e1af05961eb4 (patch)
tree8fdb8e3bb059eb0d2b96648cf7933271ba8509ae /httemplate/edit/cust_main_attach.cgi
parent8ef00c68688492b2afa3dde8d3d467f89f238c40 (diff)
internationalization/localization, RT12515
Diffstat (limited to 'httemplate/edit/cust_main_attach.cgi')
-rwxr-xr-xhttemplate/edit/cust_main_attach.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/cust_main_attach.cgi b/httemplate/edit/cust_main_attach.cgi
index ebbaf3cf3..4d9688fe9 100755
--- a/httemplate/edit/cust_main_attach.cgi
+++ b/httemplate/edit/cust_main_attach.cgi
@@ -29,7 +29,7 @@
<BR>
% if(! $disabled) {
<INPUT TYPE="submit" NAME="submit"
- VALUE="<% $attachnum ? "Apply Changes" : "Upload File" %>">
+ VALUE="<% $attachnum ? emt("Apply changes") : emt("Upload File") %>">
% }
% if(defined $attach and $curuser->access_right('Delete attachment')) {
<BR>