Skip to content

Commit

Permalink
Replace 'raw' with translations ending with _html
Browse files Browse the repository at this point in the history
  • Loading branch information
ssinger committed Mar 18, 2012
1 parent a6475d9 commit 838b469
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/trace/list.html.erb
Expand Up @@ -32,7 +32,7 @@
<%= render :partial => 'trace_paging_nav' %>
<% else %>
<%= t('trace.list.empty') %> <%= link_to t('trace.list.upload_new'), :action => 'create' %> <%= raw t('trace.list.learn_more') %>
<%= t('trace.list.empty') %> <%= link_to t('trace.list.upload_new'), :action => 'create' %> <%= t('trace.list.learn_more_html') %>
<% end %>
<%= render :partial => 'trace_optionals' %>
2 changes: 1 addition & 1 deletion config/locales/en.yml
Expand Up @@ -1469,7 +1469,7 @@ en:
tagged_with: " tagged with %{tags}"
empty: "Nothing here yet."
upload_new: "Upload a new trace"
learn_more: "Or learn more about GPS tracing on the <a href='http://wiki.openstreetmap.org/wiki/Beginners_Guide_1.2'>wiki page</a>."
learn_more_html: "Or learn more about GPS tracing on the <a href='http://wiki.openstreetmap.org/wiki/Beginners_Guide_1.2'>wiki page</a>."
delete:
scheduled_for_deletion: "Trace scheduled for deletion"
make_public:
Expand Down

0 comments on commit 838b469

Please sign in to comment.