From 920b3139334a3981462d68058e481a97439de8c8 Mon Sep 17 00:00:00 2001 From: Daniela Soares Feitosa Date: Thu, 19 Jan 2012 15:46:22 -0200 Subject: [PATCH] Replaced "Profile Info and Settings" by "Edit profile" --- app/models/person.rb | 2 +- app/models/profile.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/models/person.rb b/app/models/person.rb index 6c3c609..d4c4d1d 100644 --- a/app/models/person.rb +++ b/app/models/person.rb @@ -403,7 +403,7 @@ class Person < Profile end def control_panel_settings_button - {:title => _('Profile Info and settings'), :icon => 'edit-profile'} + {:title => _('Edit Profile'), :icon => 'edit-profile'} end def disable diff --git a/app/models/profile.rb b/app/models/profile.rb index aa80706..cf7482b 100644 --- a/app/models/profile.rb +++ b/app/models/profile.rb @@ -810,7 +810,7 @@ private :generate_url, :url_options end def control_panel_settings_button - {:title => _('Profile Info and settings'), :icon => 'edit-profile'} + {:title => _('Edit Profile'), :icon => 'edit-profile'} end def self.identification -- libgit2 0.21.2