From d4d3bf8af6b767a4d0a337e23d2f140e14af3872 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fabi=C3=A1n=20Rodr=C3=ADguez?= <fabianrbz@gmail.com>
Date: Tue, 15 Jan 2013 00:35:24 -0200
Subject: [PATCH] fix translation in contacts_helper

---
 app/helpers/contacts_helper.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/helpers/contacts_helper.rb b/app/helpers/contacts_helper.rb
index 5bf36d384c..68ac4ac32b 100644
--- a/app/helpers/contacts_helper.rb
+++ b/app/helpers/contacts_helper.rb
@@ -8,7 +8,7 @@ module ContactsHelper
          :aspect_id => @aspect.id,
          :person_id => contact.person_id
         },
-        :title => t('.remove_person_from_aspect', :person_name => contact.person_first_name, :aspect_name => @aspect.name),
+        :title => t('contacts.index.remove_person_from_aspect', :person_name => contact.person_first_name, :aspect_name => @aspect.name),
             :method => 'delete')
 
     else
-- 
GitLab