From 59a30bcc9cb7c7d34a62e738ae4415c0e939acac Mon Sep 17 00:00:00 2001 From: Daniela Soares Feitosa Date: Wed, 9 Dec 2009 12:11:31 -0300 Subject: [PATCH] Changing text of button --- app/views/friends/index.rhtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/friends/index.rhtml b/app/views/friends/index.rhtml index b58d34d..01169ba 100644 --- a/app/views/friends/index.rhtml +++ b/app/views/friends/index.rhtml @@ -12,7 +12,7 @@

<% else %> <% button_bar do %> - <%= button(:back, _('Go back'), :controller => 'profile_editor') %> + <%= button(:back, _('Back to control panel'), :controller => 'profile_editor') %> <%= button(:search, _('Find people'), :controller => 'search', :action => 'assets', :asset => 'people') %> <%= button(:search, _('Invite people from my e-mail contacts'), :action => 'invite') %> <% end %> @@ -43,7 +43,7 @@ <% button_bar do %> - <%= button(:back, _('Go back'), :controller => 'profile_editor') %> + <%= button(:back, _('Back to control panel'), :controller => 'profile_editor') %> <%= button(:search, _('Find people'), :controller => 'search', :action => 'assets', :asset => 'people') %> <%= button(:search, _('Invite people from my e-mail contacts'), :action => 'invite') %> <% end %> -- libgit2 0.21.2