summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-05-23 11:08:48 +0200
committerYorhel <git@yorhel.nl>2009-05-23 11:08:48 +0200
commitc8044c9a0697456d00f6383e9124d8bc4df444df (patch)
treea2c7db3c0c868039585750eda799bb8770048379 /lib
parent9d88ab54413a0546da5420409f7bd23e8db4970d (diff)
s/doujin group/doujin circle/
<@EchoMateria> doujin circle is a more fitting term then the doujin group as far as I know <~Yorhel> 2k vs. 12k, so at least it's a more popular term <~Yorhel> (on google...)
Diffstat (limited to 'lib')
-rw-r--r--lib/VNDB/Handler/Releases.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VNDB/Handler/Releases.pm b/lib/VNDB/Handler/Releases.pm
index 05c8b161..029ae9b1 100644
--- a/lib/VNDB/Handler/Releases.pm
+++ b/lib/VNDB/Handler/Releases.pm
@@ -358,7 +358,7 @@ sub _form {
options => [ map [ $_, $self->{release_types}[$_] ], 0..$#{$self->{release_types}} ] ],
[ check => short => 'patch', name => 'This release is a patch to another release.' ],
[ check => short => 'freeware', name => 'Freeware (i.e. available at no cost)' ],
- [ check => short => 'doujin', name => 'Non-commercial (released without the intent of making money. e.g. as a doujin group)' ],
+ [ check => short => 'doujin', name => 'Non-commercial (released without the intent of making money. e.g. as a doujin circle)' ],
[ input => short => 'title', name => 'Title (romaji)', width => 300 ],
[ input => short => 'original', name => 'Original title', width => 300 ],
[ static => content => 'The original title of this release, leave blank if it already is in the Latin alphabet.' ],