Translation in profile.html.erb

* Renamed "Nickname" to "Benutzername"
* Removed also '#' in end of line.
This commit is contained in:
sandoz 2009-03-22 12:47:14 +01:00
parent 92e2bdd187
commit ceec784e62

View file

@ -7,8 +7,8 @@
<div class="left_column" style="width: 60%;">
<div class="box_title">
<h2>
Nickname: <%= h @user.nick %>
<small>(Mitglied seit: <%= distance_of_time_in_words(Time.now, @user.created_on) -%>)</small>#
Benutzername: <%= h @user.nick %>
<small>(Mitglied seit: <%= distance_of_time_in_words(Time.now, @user.created_on) -%>)</small>
</h2>
</div>
<div class="column_content">