Add title="" to "Where am I?" in the search box
This commit is contained in:
parent
e26ce36630
commit
843d601b0a
2 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
<% content_for "optionals" do %>
|
||||
<div class="optionalbox">
|
||||
<span class="oboxheader"><%= t 'site.search.search' %></span>
|
||||
<span class="whereami"><a href="javascript:describeLocation()"><%= t 'site.search.where_am_i' %></a></span>
|
||||
<span class="whereami"><a href="javascript:describeLocation()" title="<%= t 'site.search.where_am_i_title' %>"><%= t 'site.search.where_am_i' %></a></span>
|
||||
<div class="search_form">
|
||||
<div id="search_field">
|
||||
<% form_remote_tag(:loading => "startSearch()",
|
||||
|
|
|
@ -642,6 +642,7 @@ en:
|
|||
search:
|
||||
search: Search
|
||||
where_am_i: "Where am I?"
|
||||
where_am_i_title: Describe the current location using the search engine
|
||||
submit_text: "Go"
|
||||
search_help: "examples: 'Alkmaar', 'Regent Street, Cambridge', 'CB2 5AQ', or 'post offices near Lünen' <a href='http://wiki.openstreetmap.org/wiki/Search'>more examples...</a>"
|
||||
key:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue