diff options
author | levinse <levinse> | 2011-05-27 05:57:19 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-05-27 05:57:19 +0000 |
commit | d0c5ddbd31af8b1747d447f31623e1af05961eb4 (patch) | |
tree | 8fdb8e3bb059eb0d2b96648cf7933271ba8509ae /httemplate/edit/REAL_cust_pkg.cgi | |
parent | 8ef00c68688492b2afa3dde8d3d467f89f238c40 (diff) |
internationalization/localization, RT12515
Diffstat (limited to 'httemplate/edit/REAL_cust_pkg.cgi')
-rwxr-xr-x | httemplate/edit/REAL_cust_pkg.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/REAL_cust_pkg.cgi b/httemplate/edit/REAL_cust_pkg.cgi index 859baa1b1..170281ba0 100755 --- a/httemplate/edit/REAL_cust_pkg.cgi +++ b/httemplate/edit/REAL_cust_pkg.cgi @@ -129,7 +129,7 @@ </TABLE> <BR> -<INPUT TYPE="submit" VALUE="Apply Changes"> +<INPUT TYPE="submit" VALUE="<% mt('Apply changes') |h %>"> </FORM> <% include('/elements/footer.html') %> |