Commit e5938c296c64f6a5e0b12c0f9dd09b1449deca24

Authored by Rodrigo Souto
Committed by Antonio Terceiro
1 parent fd3ac0d8

Changing the description of Profile Image Block

(ActionItem1419)
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/models/profile_image_block.rb
@@ -3,7 +3,7 @@ class ProfileImageBlock < Block @@ -3,7 +3,7 @@ class ProfileImageBlock < Block
3 settings_items :show_name, :type => :boolean, :default => false 3 settings_items :show_name, :type => :boolean, :default => false
4 4
5 def self.description 5 def self.description
6 - _('Picture') 6 + _('Profile Image')
7 end 7 end
8 8
9 def help 9 def help