summaryrefslogtreecommitdiff
path: root/lib/VNDB/Handler/Releases.pm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-09-12 11:10:06 +0200
committerYorhel <git@yorhel.nl>2009-09-12 11:10:06 +0200
commit26888e0e086ea721af92cbe1027d2ed285a674a2 (patch)
tree6e8029d8de29164aed4f8266fa748672f40868d8 /lib/VNDB/Handler/Releases.pm
parent25a46c16092602fdc2fa7a5983ac07c9770b3446 (diff)
Added reminders to write English to several form fields
Diffstat (limited to 'lib/VNDB/Handler/Releases.pm')
-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 447bfef6..4a214dd2 100644
--- a/lib/VNDB/Handler/Releases.pm
+++ b/lib/VNDB/Handler/Releases.pm
@@ -402,7 +402,7 @@ sub _form {
[ select => short => 'minage', name => mt('_redit_form_minage'),
options => [ map [ $_, $self->{age_ratings}{$_}[0].($self->{age_ratings}{$_}[1]?" (e.g. $self->{age_ratings}{$_}[1])":'') ],
sort { $a <=> $b } keys %{$self->{age_ratings}} ] ],
- [ textarea => short => 'notes', name => mt('_redit_form_notes') ],
+ [ textarea => short => 'notes', name => mt('_redit_form_notes').'<br /><b class="standout">'.mt('_inenglish').'</b>' ],
[ static => content => mt('_redit_form_notes_note') ],
],