summaryrefslogtreecommitdiff
path: root/data/tpl/defs.pl
diff options
context:
space:
mode:
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]} : ();