Add the ago translation in the user account view that was missed.

This commit is contained in:
Shaun McDonald 2009-05-31 11:30:53 +00:00
parent fddda4efa6
commit e9bea64bf6
2 changed files with 2 additions and 1 deletions

View file

@ -23,7 +23,7 @@
<% if @this_user != nil %>
<P>
<b><%= t 'user.view.mapper since' %></b><%= l @this_user.creation_time %> (<%= time_ago_in_words(@this_user.creation_time) %> ago)
<b><%= t 'user.view.mapper since' %></b><%= l @this_user.creation_time %> <%= t 'user.view.ago', :time_in_words_ago => time_ago_in_words(@this_user.creation_time) %>
</P>
<% end %>