summaryrefslogtreecommitdiff
path: root/lib/VNDB/Handler/Chars.pm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2015-07-21 03:55:10 +0200
committerYorhel <git@yorhel.nl>2015-07-21 03:55:10 +0200
commit3bbc0320fd36e45f5a7f050a28ba9b6293daa145 (patch)
treee402ef02a27fb30effa9cdbd2c5b8b3d3fa22e46 /lib/VNDB/Handler/Chars.pm
parent6f15f1d2d1f23983e0262e8e9565356dc9a2c4e7 (diff)
L10N: Combine spoiler setting strings
Diffstat (limited to 'lib/VNDB/Handler/Chars.pm')
-rw-r--r--lib/VNDB/Handler/Chars.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/VNDB/Handler/Chars.pm b/lib/VNDB/Handler/Chars.pm
index 4baa1620..f667d41b 100644
--- a/lib/VNDB/Handler/Chars.pm
+++ b/lib/VNDB/Handler/Chars.pm
@@ -67,9 +67,9 @@ sub page {
div class => 'mainbox';
$self->htmlItemMessage('c', $r);
p id => 'charspoil_sel';
- a href => '#', class => 'sel', mt '_vnpage_tags_spoil0'; # _vnpage!?
- a href => '#', mt '_vnpage_tags_spoil1';
- a href => '#', mt '_vnpage_tags_spoil2';
+ a href => '#', class => 'sel', mt '_spoilset_0';
+ a href => '#', mt '_spoilset_1';
+ a href => '#', mt '_spoilset_2';
end;
h1 $r->{name};
h2 class => 'alttitle', $r->{original} if $r->{original};