Skip to content

Commit

Permalink
Merge pull request #596 from Talvalin/issue_2966_icon_upload_form
Browse files Browse the repository at this point in the history
Fix 2966 - Add note about recommended measurements to icon upload form
  • Loading branch information
shalott committed May 4, 2012
2 parents 00b6715 + 99090b1 commit d5403e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/pseuds/_pseuds_form.html.erb
Expand Up @@ -26,7 +26,7 @@
<li><%= icon_display(@user, @pseud) %> <%= ts("This is your icon.") %></li>
<% end %>
<li><%= ts("You can have one icon for each pseud.") %></li>
<li><%= ts("Icons can be in png, jpeg or gif format.") %></li>
<li><%= ts("Icons can be in png, jpeg or gif format, and should be sized 100x100 pixels for best results.") %></li>
</ul>
<% if @pseud.icon_file_name %>
<%= f.check_box :delete_icon, {:checked => false} %>
Expand Down

0 comments on commit d5403e6

Please sign in to comment.