Commit 74d5b156def347af2b3ba14f949fd3c904e9350f

Authored by Antonio Terceiro
1 parent 81d8153f

ActionItem744: choosing better words

app/views/profile_editor/edit.rhtml
1   -<h1><%= _('Profile settings') %></h1>
  1 +<h1><%= _('Profile settings for %s') % profile.name %></h1>
2 2  
3 3 <%= error_messages_for :profile %>
4 4  
... ...
app/views/profile_editor/index.rhtml
1 1 <div id="profile-editor-index">
2 2  
3   -<h1 class="block-title"><%= _('My profile') %></h1>
  3 +<h1 class="block-title"><%= _("%s's profile: control panel") % profile.name %></h1>
4 4  
5 5 <%= render :partial => 'pending_tasks' %>
6 6  
... ...