Posted by Moonshine on September 4, 2008 at 6:57pm
2 followers
| Project: | FileField |
| Version: | 6.x-3.x-dev |
| Component: | User interface |
| Category: | task |
| Priority: | minor |
| Assigned: | Moonshine |
| Status: | closed (fixed) |
Issue Summary
"Images must be smaller than @max_size pixels"
should say:
"Images larger than @max_size pixels will be scaled"
--------------------
"Must be an JPEG, PNG or GIF image"
should say:
"Must be a JPEG, PNG or GIF image"
-------------
and "bigger" -> "larger" for consistency. (and it's a nicer word :) )
| Attachment | Size |
|---|---|
| filefield-strings.patch | 959 bytes |
Comments
#1
they're only scaled if core has an enabled image toolkit... the other bits look good though.
#2
Ahhhh.. I'll make that one conditional then, just need to look at the code a bit.
#3
Updated version..
#4
thanks, committed to HEAD.
#5
Sorry I missed this one, but I think it's worth adding... Nice for "exact" size requirements like ads.
#6
oops wrong status.
#7
thanks, committed to HEAD.
#8
Automatically closed -- issue fixed for two weeks with no activity.