]> git.openstreetmap.org Git - rails.git/commitdiff
Remove duplicate (and inconsistent) title from the map key
authorTom Hughes <tom@compton.nu>
Thu, 14 Oct 2010 17:11:56 +0000 (18:11 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 14 Oct 2010 17:11:56 +0000 (18:11 +0100)
The map key had a heading in the title bar space and then another
inconsistent one inside the sidebar - the second one has been removed.

The tooltop for the map key link has also been improved.

app/views/site/key.html.erb
config/locales/en.yml

index 5879701a2e4350c2ca6e666d4f569ef803787775..d0fd361483c2a1c812abf53c783b940446c549a7 100644 (file)
@@ -1,5 +1,4 @@
 <div id="mapkey">
-  <h3><%= t "site.key.table.heading", :zoom_level => params[:zoom] %></h3>
   <table class="mapkey-table">
     <% YAML.load_file("#{RAILS_ROOT}/config/key.yml").each do |name,data| %>
       <% if params[:layer] == name %>
index 4e633b27bbee6481567e15d5a94993273f67f294..deef86307f1d597f0287fdfe92c56ec4b9e6eda5 100644 (file)
@@ -1246,9 +1246,8 @@ en:
       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:
       map_key: "Map key"
-      map_key_tooltip: "Map key for the mapnik rendering at this zoom level"
+      map_key_tooltip: "Key for the map"
       table:
-        heading: "Legend for z{{zoom_level}}"
         entry:
           motorway: "Motorway"
           trunk: "Trunk road"