diff --git a/app/views/profile_editor/edit.rhtml b/app/views/profile_editor/edit.rhtml index 5ce7d5d..094c068 100644 --- a/app/views/profile_editor/edit.rhtml +++ b/app/views/profile_editor/edit.rhtml @@ -9,7 +9,7 @@

<%= _('Change picture') %>

<% f.fields_for :image_builder, @profile.image do |i| %> - <%= file_field_or_thumbnail(_('Image:'), @profile.image, i) %><%= _("(max size %s)")% Image.max_size.to_humanreadable %> + <%= file_field_or_thumbnail(_('Image:'), @profile.image, i) %><%= _("Max size: %s (.jpg, .gif, .png)")% Image.max_size.to_humanreadable %> <% end %>
-- libgit2 0.21.2