From 5d8e32e401d0918055e56d5e8cdf3a4c03782ec7 Mon Sep 17 00:00:00 2001 From: Joenio Costa Date: Thu, 7 Oct 2010 11:05:43 -0300 Subject: [PATCH] "Add friend" is better then "Add" --- app/helpers/application_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 10d02a2..b6c5f4a 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -519,7 +519,7 @@ module ApplicationHelper {_('Friends') => {:href => url_for(:controller => :profile, :action => :friends, :profile => profile.identifier)}}, {_('Communities') => {:href => url_for(:controller => :profile, :action => :communities, :profile => profile.identifier)}}, {_('Send an e-mail') => {:href => url_for(:profile => profile.identifier, :controller => 'contact', :action => 'new'), :class => 'send-an-email', :style => 'display: none'}}, - {_('Add') => {:href => url_for(profile.add_url), :class => 'add-friend', :style => 'display: none'}} + {_('Add friend') => {:href => url_for(profile.add_url), :class => 'add-friend', :style => 'display: none'}} ] elsif profile.kind_of?(Community) [ -- libgit2 0.21.2