From d1090b52fad9ef945ff37f9bbd9308d87d3202d8 Mon Sep 17 00:00:00 2001 From: Mayhem Date: Wed, 5 Feb 2014 09:29:47 +0100 Subject: [PATCH] show -> unhide --- src/General/Index.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/General/Index.coffee b/src/General/Index.coffee index 78df3322a..62ea567cb 100644 --- a/src/General/Index.coffee +++ b/src/General/Index.coffee @@ -133,7 +133,7 @@ Index = open: ({thread}) -> return false if Conf['Index Mode'] isnt 'catalog' @el.textContent = if thread.isHidden - 'Show thread' + 'Unhide thread' else 'Hide thread' $.off @el, 'click', @cb if @cb