From 37749e07e16363491de48cb4f26aff05c3624b80 Mon Sep 17 00:00:00 2001 From: Shaun McDonald Date: Sun, 31 May 2009 14:51:41 +0000 Subject: [PATCH] Have a nice translated alt and title for the sotm and donation. --- app/views/layouts/site.rhtml | 6 +++--- config/locales/en.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/views/layouts/site.rhtml b/app/views/layouts/site.rhtml index 005b6e68e..0da605ee2 100644 --- a/app/views/layouts/site.rhtml +++ b/app/views/layouts/site.rhtml @@ -98,7 +98,7 @@ <% if false %> <% end %> @@ -110,14 +110,14 @@
- <%= link_to image_tag("sotm.png", :alt => "State of the Map", :border => "0"), "http://www.stateofthemap.org/" %> + <%= link_to image_tag("sotm.png", :alt => t('layouts.sotm'), :title => t('layouts.sotm'), :border => "0"), "http://www.stateofthemap.org/" %>
<%= yield :optionals %>
- <%= t 'layouts.alt_donation' %> + <%= t 'layouts.alt_donation' %>