From e5938c296c64f6a5e0b12c0f9dd09b1449deca24 Mon Sep 17 00:00:00 2001 From: Rodrigo Souto Date: Wed, 3 Mar 2010 13:33:09 -0300 Subject: [PATCH] Changing the description of Profile Image Block --- app/models/profile_image_block.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/profile_image_block.rb b/app/models/profile_image_block.rb index 933bf07..f34c4c6 100644 --- a/app/models/profile_image_block.rb +++ b/app/models/profile_image_block.rb @@ -3,7 +3,7 @@ class ProfileImageBlock < Block settings_items :show_name, :type => :boolean, :default => false def self.description - _('Picture') + _('Profile Image') end def help -- libgit2 0.21.2