summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorapplehq <theappleman@gmail.com>2009-01-19 19:59:28 +0000
committerYorhel <git@yorhel.nl>2009-01-19 21:03:03 +0100
commite5982af1b4756a22a1c3d2b4f58d671154ee1d9d (patch)
treefee717d294074fde4dda85d44521f2e733c6b98a /lib
parent20f167ed0ae997d217ef3c028088b00975245cd3 (diff)
l/V/H/Releases.pm: Fix a grammatical error
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 508e792c..80208078 100644
--- a/lib/VNDB/Handler/Releases.pm
+++ b/lib/VNDB/Handler/Releases.pm
@@ -322,7 +322,7 @@ sub _form {
"General info" => [
[ select => short => 'type', name => 'Type',
options => [ map [ $_, $self->{release_types}[$_] ], 0..$#{$self->{release_types}} ] ],
- [ check => short => 'patch', name => 'This release is a patch to an other release.' ],
+ [ check => short => 'patch', name => 'This release is a patch to another release.' ],
[ 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.' ],