summaryrefslogtreecommitdiff
path: root/lib/VNDB/Handler/Misc.pm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-03-15 11:05:28 +0100
committerYorhel <git@yorhel.nl>2009-03-15 11:05:28 +0100
commit5f744cdcc18e0d67df8162ffb76e752a6f7a4a9c (patch)
tree336eb54994bbede0709612f47cbcef215be7acc0 /lib/VNDB/Handler/Misc.pm
parent8c7865786b3ee98fd047caf4b3bacd8b4158c5c1 (diff)
Consistent filter naming on /v+/hist
<SilverDragon> btw, a small thing <SilverDragon> in vn's edit history, there are two selectors: "Show automated edits / Hide automated edits" and "Exclude / Include edits of releases". Shouldn't "Exclude" be "Exclude edits of releases" as well? <Yorhel> looks obvious enough to me without the full "..edits [..]" <SilverDragon> true, that's obvious, but imho looks too strange together with the first one, where 'automated edits' is repeated
Diffstat (limited to 'lib/VNDB/Handler/Misc.pm')
-rw-r--r--lib/VNDB/Handler/Misc.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VNDB/Handler/Misc.pm b/lib/VNDB/Handler/Misc.pm
index 12eaf3b2..a9a5ad14 100644
--- a/lib/VNDB/Handler/Misc.pm
+++ b/lib/VNDB/Handler/Misc.pm
@@ -262,7 +262,7 @@ sub history {
}
if($type eq 'v') {
p class => 'browseopts';
- a !$f->{r} ? (class => 'optselected') : (), href => $u->(r => 0), 'Exclude';
+ a !$f->{r} ? (class => 'optselected') : (), href => $u->(r => 0), 'Exclude edits of releases';
a $f->{r} ? (class => 'optselected') : (), href => $u->(r => 1), 'Include edits of releases';
end;
}