<%= @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>
<%= 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) %>
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."