Fix "lego" translation in message notification email

This commit is contained in:
Tom Hughes 2013-07-28 12:38:28 +01:00
parent efd59829b8
commit 62a5e65a87
3 changed files with 3 additions and 8 deletions

View file

@ -6,7 +6,4 @@
<%= @text.to_html %>
==
<p>
<%= raw t'notifier.message_notification.footer1', :readurl => link_to(@readurl, @readurl) %>
<%= raw t'notifier.message_notification.footer2', :replyurl => link_to(@replyurl, @replyurl) %>
</p>
<p><%= t'notifier.message_notification.footer_html', :readurl => link_to(@readurl, @readurl), :replyurl => link_to(@replyurl, @replyurl) %></p>

View file

@ -6,5 +6,4 @@
<%= raw @text.to_text %>
==
<%= raw t'notifier.message_notification.footer1', :readurl => @readurl %>
<%= raw t'notifier.message_notification.footer2', :replyurl => @replyurl %>
<%= word_wrap(t'notifier.message_notification.footer_html', :readurl => @readurl, :replyurl => @replyurl) %>

View file

@ -1147,8 +1147,7 @@ en:
subject_header: "[OpenStreetMap] %{subject}"
hi: "Hi %{to_user},"
header: "%{from_user} has sent you a message through OpenStreetMap with the subject %{subject}:"
footer1: "You can also read the message at %{readurl}"
footer2: "and you can reply at %{replyurl}"
footer_html: "You can also read the message at %{readurl} and you can reply at %{replyurl}"
friend_notification:
subject: "[OpenStreetMap] %{user} added you as a friend"
had_added_you: "%{user} has added you as a friend on OpenStreetMap."