summaryrefslogtreecommitdiff
path: root/data/tpl/defs.pl
diff options
context:
space:
mode:
authoryorhel <yorhel@1fe2e327-d9db-4752-bcf7-ef0cb4a1748b>2008-04-26 09:25:45 +0000
committeryorhel <yorhel@1fe2e327-d9db-4752-bcf7-ef0cb4a1748b>2008-04-26 09:25:45 +0000
commit88853c1168a333c7c7b7951b2931852e6df7da55 (patch)
treefbad6f17f0820c89ce5dd8da748cf37b56549d14 /data/tpl/defs.pl
parentd2efb163c11a11e02abd7251fdfde3cb54c710ef (diff)
Stupid comments - like I can keep track of everything I change...
git-svn-id: svn://vndb.org/vndb@5 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
Diffstat (limited to 'data/tpl/defs.pl')
-rw-r--r--data/tpl/defs.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/data/tpl/defs.pl b/data/tpl/defs.pl
index b68faab0..44ce3121 100644
--- a/data/tpl/defs.pl
+++ b/data/tpl/defs.pl
@@ -300,9 +300,8 @@ my %formerr_exeptions = (
usrexists => 'Username already exists, please choose an other one',
mailexists => 'There already is a user with that email address, please request a new password if you forgot it',
nomail => 'No user found with that email address',
- nojpeg => 'Image is not in JPEG format!',
+ nojpeg => 'Image is not in JPEG or PNG format!',
toolarge => 'Image is too large (in filesize), try to compress it a little',
- imgsize => 'Image is too large (in height/width), try to resize it a little',
);
sub formerr {
my @err = ref $_[0] eq 'ARRAY' ? @{$_[0]} : ();