summaryrefslogtreecommitdiff
path: root/lib/VNDB/Handler/Tags.pm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2011-02-07 12:49:28 +0100
committerYorhel <git@yorhel.nl>2011-02-07 12:49:28 +0100
commit64577401e2466911d1a2230f1431714f1d872759 (patch)
treebe663939730f161f8b07fb42e0e513903d8376e4 /lib/VNDB/Handler/Tags.pm
parentdf4277ad295c1127e4b0d71cce49e889fa27dac9 (diff)
Added tooltip to the overruled-exclamation-mark
Diffstat (limited to 'lib/VNDB/Handler/Tags.pm')
-rw-r--r--lib/VNDB/Handler/Tags.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VNDB/Handler/Tags.pm b/lib/VNDB/Handler/Tags.pm
index af936f63..cff5d980 100644
--- a/lib/VNDB/Handler/Tags.pm
+++ b/lib/VNDB/Handler/Tags.pm
@@ -662,7 +662,7 @@ sub _tagmod_list {
td class => 'tc_allvote';
tagscore $t->{rating};
i $t->{overruled} ? (class => 'grayedout') : (), " ($t->{cnt})";
- b class => 'standout', style => 'font-weight: bold', ' !' if $t->{overruled};
+ b class => 'standout', style => 'font-weight: bold', title => mt('_tagv_overruletip'), ' !' if $t->{overruled};
end;
td class => 'tc_allspoil', sprintf '%.2f', $t->{spoiler};
td class => 'tc_allwho';