summaryrefslogtreecommitdiff
path: root/httemplate/elements/searchbar-address2.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/elements/searchbar-address2.html')
-rw-r--r--httemplate/elements/searchbar-address2.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/elements/searchbar-address2.html b/httemplate/elements/searchbar-address2.html
index 5f3b1f233..047db89ab 100644
--- a/httemplate/elements/searchbar-address2.html
+++ b/httemplate/elements/searchbar-address2.html
@@ -4,7 +4,7 @@
<INPUT TYPE="hidden" NAME="address2_on" VALUE="1">
<INPUT NAME="address2_text" TYPE="text" VALUE="<% $address2_label |n %>" STYLE="width:67px" onFocus="clearhint_search_address2(this);" onClick="clearhint_search_address2(this);" CLASS="fstext">
<BR>
- <INPUT TYPE="submit" VALUE="Search units" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px;padding-left:1px;padding-right:1px;margin-top:3px">
+ <INPUT TYPE="submit" VALUE="<% mt("Search units") %>" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px;padding-left:1px;padding-right:1px;margin-top:3px">
</FORM>
<% $menu_position eq 'left' ? '<BR>' : '' |n %>
@@ -20,7 +20,7 @@
</SCRIPT>
<%once>
-my $address2_label = '(Unit #)';
+my $address2_label = mt('(Unit #)');
</%once>
<%init>