summaryrefslogtreecommitdiff
path: root/lib/VNDB/Util/FormHTML.pm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-07-04 15:58:17 +0200
committerYorhel <git@yorhel.nl>2009-07-04 15:58:17 +0200
commit5c0143d7da6e57b8040396ee2681f8251a3c88ef (patch)
treecf2cbf85a69aa239e3eba95ab27370f9b7fbfca6 /lib/VNDB/Util/FormHTML.pm
parentb91c23eb3bc10e8b07a3018f0ea4d114c1683e4a (diff)
Implemented copy-add release feature
Diffstat (limited to 'lib/VNDB/Util/FormHTML.pm')
-rw-r--r--lib/VNDB/Util/FormHTML.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/VNDB/Util/FormHTML.pm b/lib/VNDB/Util/FormHTML.pm
index e841fa65..b37d6ba8 100644
--- a/lib/VNDB/Util/FormHTML.pm
+++ b/lib/VNDB/Util/FormHTML.pm
@@ -53,6 +53,7 @@ my %formerr_exeptions = (
noimage => 'Image must be in JPEG or PNG format',
toolarge => 'Image is too large, only 500kB allowed',
oneaday => 'You can only register one account from the same IP within 24 hours',
+ nochanges => 'No changes, please don\'t create an entry that is fully -identical- to another',
);