summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authoryorhel <yorhel@1fe2e327-d9db-4752-bcf7-ef0cb4a1748b>2008-06-29 19:54:52 +0000
committeryorhel <yorhel@1fe2e327-d9db-4752-bcf7-ef0cb4a1748b>2008-06-29 19:54:52 +0000
commitef5c79a7b20f847ce45adf714b063b739c0b1846 (patch)
tree3d8cd7ec15513fa31e915f30ab1954690a96a053 /data
parentd387136a61bf93fdc495f2bead2874be3b7733cf (diff)
Made the edit summary a required field
git-svn-id: svn://vndb.org/vndb@44 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
Diffstat (limited to 'data')
-rw-r--r--data/tpl/defs.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/tpl/defs.pl b/data/tpl/defs.pl
index 03ebc321..5a09677d 100644
--- a/data/tpl/defs.pl
+++ b/data/tpl/defs.pl
@@ -286,6 +286,7 @@ my %formerr_names = (
name => 'Name',
vn => 'Visual novel relations',
l_vnn => 'Visual-novels.net link',
+ comm => 'Edit summary',
);
my @formerr_msgs = (
sub { return sprintf 'Field "%s" is required.', @_ },