summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
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',
];