Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix 2966 - Add note about recommended measurements to icon upload form #596

Merged
merged 1 commit into from May 4, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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