summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authoryorhel <yorhel@1fe2e327-d9db-4752-bcf7-ef0cb4a1748b>2008-08-05 14:18:33 +0000
committeryorhel <yorhel@1fe2e327-d9db-4752-bcf7-ef0cb4a1748b>2008-08-05 14:18:33 +0000
commit1d23ac19d0e319e40f8c692c50b8a001e4b11877 (patch)
tree4981b914c0da95ba13a1263d7344d4309825f1e9 /lib
parentaf46e97783e282e4b9fee5d06c12ff1582ec25c5 (diff)
Added icons for rlist and vlist statuses and further polished the wishlist and rlist features1.20
git-svn-id: svn://vndb.org/vndb@79 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog1
-rw-r--r--lib/global.pl2
2 files changed, 1 insertions, 2 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 5d3ea76a..55a8ab80 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -5,7 +5,6 @@ TODO:
+ Remove all references to an item when it's hidden
(preferably with the option to re-add them when unhiding)
+ Add a link for the hidden 'h' option at /hist
- + Add icons for the rlist, vlist and wlist statusses
1.20 - ?
- Admins can change someone's username
diff --git a/lib/global.pl b/lib/global.pl
index cb1dd446..e0c44016 100644
--- a/lib/global.pl
+++ b/lib/global.pl
@@ -176,7 +176,7 @@ our $WSTAT = [
'High',
'Medium',
'Low',
- 'AVOID!',
+ 'Blacklist',
];