Commit 39b25f665a722fc0978038f7c60ce7806f14b098
1 parent
7ebe6c05
Exists in
master
and in
29 other branches
ActionItem152: s/edit profile/control panel/
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1243 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/helpers/application_helper.rb
... | ... | @@ -123,7 +123,7 @@ module ApplicationHelper |
123 | 123 | ( (current_user.person.image)? current_user.person.image.public_filename(:icon) : "/images/icons-bar/photo.png" ) + |
124 | 124 | '" alt="Photo" title="" height="20" border="0"/>'+ current_user.login, |
125 | 125 | current_user.login, :id=>"link_go_home" ), |
126 | - ( link_to_myprofile( content_tag('span', _('edit profile')), {}, nil, { :id => 'link_edit_profile'} ) ), | |
126 | + ( link_to_myprofile( content_tag('span', _('control panel')), {}, nil, { :id => 'link_edit_profile'} ) ), | |
127 | 127 | # O ID icon_accessibility tambem tem que aparcer e testei o link nao ta funcionado. |
128 | 128 | ( link_to content_tag('span', _('Admin')), { :controller => 'admin_panel' }, :id => 'link_admin_panel' if current_user.person.is_admin?), |
129 | 129 | ( lightbox_link_to content_tag('span', _('Logout')), { :controller => 'account', :action => 'logout_popup'}, :id => 'link_logout'), | ... | ... |