summaryrefslogtreecommitdiff
path: root/lib/VNDB/Util/FormHTML.pm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-01-16 15:16:39 +0100
committerYorhel <git@yorhel.nl>2009-01-16 15:16:39 +0100
commit9ee7694a4b6f7dce174ec785cf5a71a5a38774bb (patch)
tree38e6dbb83d21dffec285f731fc1ae421e55801f5 /lib/VNDB/Util/FormHTML.pm
parent6dc9a434619d28f87eaf768b00d3696bb7c24c61 (diff)
parent910bb9f397cec1a49526e09e7d2c9b856bd5bdae (diff)
Merge branch 'beta'2.2
Diffstat (limited to 'lib/VNDB/Util/FormHTML.pm')
-rw-r--r--lib/VNDB/Util/FormHTML.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/VNDB/Util/FormHTML.pm b/lib/VNDB/Util/FormHTML.pm
index ff23682d..75471830 100644
--- a/lib/VNDB/Util/FormHTML.pm
+++ b/lib/VNDB/Util/FormHTML.pm
@@ -49,7 +49,8 @@ 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',
);