summaryrefslogtreecommitdiff
path: root/lib/VNDB/Util/FormHTML.pm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-01-10 16:00:54 +0100
committerYorhel <git@yorhel.nl>2009-01-10 16:00:54 +0100
commit289a6e978efd6f1892aebcc22342498d750873e6 (patch)
treebf46df49f3eb2956ad97d44ec93459796b06b2ae /lib/VNDB/Util/FormHTML.pm
parent61d4b9ffb59b44ba4849a47309166e1fb9afc099 (diff)
Fixed message when uploaded VN image >500kB
Diffstat (limited to 'lib/VNDB/Util/FormHTML.pm')
-rw-r--r--lib/VNDB/Util/FormHTML.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VNDB/Util/FormHTML.pm b/lib/VNDB/Util/FormHTML.pm
index f08c733e..75471830 100644
--- a/lib/VNDB/Util/FormHTML.pm
+++ b/lib/VNDB/Util/FormHTML.pm
@@ -49,7 +49,7 @@ my %formerr_exeptions = (
usrexists => 'Someone already has this username, please choose something else',
mailexists => 'Someone already registered with that email address',
noimage => 'Image must be in JPEG or PNG format',
- toolarge => 'Image is too large, only 50kB allowed',
+ toolarge => 'Image is too large, only 500kB allowed',
oneaday => 'You can only register one account from the same IP within 24 hours',
);