Commit 117d2ecd702569a643df65e3232358aed304fd0b

Authored by Daniela Feitosa
Committed by Antonio Terceiro
1 parent 71e0f420

ActionItem1179: adding information about allowed image formats

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/profile_editor/edit.rhtml
... ... @@ -9,7 +9,7 @@
9 9 <div id="profile_change_picture">
10 10 <h2><%= _('Change picture') %></h2>
11 11 <% f.fields_for :image_builder, @profile.image do |i| %>
12   - <%= file_field_or_thumbnail(_('Image:'), @profile.image, i) %><%= _("(max size %s)")% Image.max_size.to_humanreadable %>
  12 + <%= file_field_or_thumbnail(_('Image:'), @profile.image, i) %><%= _("Max size: %s (.jpg, .gif, .png)")% Image.max_size.to_humanreadable %>
13 13 <% end %>
14 14 </div>
15 15  
... ...