summaryrefslogtreecommitdiff
path: root/lib/VNDB/Handler
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2019-07-17 13:56:32 +0200
committerYorhel <git@yorhel.nl>2019-07-17 13:56:34 +0200
commit7e95323045b559bbbb637ffd2cf045e15241450d (patch)
tree05fa11f8ed3fda83acd0a9eb5b49a9fcc71ca574 /lib/VNDB/Handler
parent3008c62d5f886d942482df0906dfb0c5466ca406 (diff)
Handler::Users: Improve "hide my list" checkbox description
To mention that it also affects the API and database dumps. It's always been like this and was already mentioned in the privacy policy, this just makes it more explicit.
Diffstat (limited to 'lib/VNDB/Handler')
-rw-r--r--lib/VNDB/Handler/Users.pm5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/VNDB/Handler/Users.pm b/lib/VNDB/Handler/Users.pm
index e27f05ea..875623a7 100644
--- a/lib/VNDB/Handler/Users.pm
+++ b/lib/VNDB/Handler/Users.pm
@@ -523,8 +523,9 @@ sub edit {
[ part => title => 'Options' ],
[ check => short => 'hide_list', name =>
- qq{Don't allow other people to see my visual novel list (<a href="/u$uid/list">/u$uid/list</a>),
- votes (<a href="/u$uid/votes">/u$uid/votes</a>) and wishlist (<a href="/u$uid/wish">/u$uid/wish</a>).} ],
+ qq{Don't allow other people to see my <a href="/u$uid/list">visual novel list</a>,
+ <a href="/u$uid/votes">votes</a> and <a href="/u$uid/wish">wishlist</a>,
+ and exclude these lists from the <a href="/d14">database dumps</a> and <a href="/d11">API</a>.} ],
[ check => short => 'show_nsfw', name => 'Disable warnings for images that are not safe for work.' ],
[ check => short => 'traits_sexual', name => 'Show sexual traits by default on character pages.' ],
[ check => short => 'tags_all', name => 'Show all tags by default on visual novel pages.' ],