diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index 5185c50bc..21d7a8714 100644 --- a/builds/4chan-X.user.js +++ b/builds/4chan-X.user.js @@ -186,8 +186,7 @@ 'Menu': { 'Menu': [true, 'Add a drop-down menu to posts.'], 'Report Link': [true, 'Add a report link to the menu.'], - 'Thread Hiding Link': [true, 'Add a link to hide entire threads.'], - 'Reply Hiding Link': [true, 'Add a link to hide single replies.'], + 'Post Hiding Link': [true, 'Add a link to hide posts.'], 'Delete Link': [true, 'Add post and image deletion links to the menu.'], 'Archive Link': [true, 'Add an archive link to the menu.'] }, diff --git a/builds/crx/script.js b/builds/crx/script.js index 9b2268cea..ff4b673bd 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -162,8 +162,7 @@ 'Menu': { 'Menu': [true, 'Add a drop-down menu to posts.'], 'Report Link': [true, 'Add a report link to the menu.'], - 'Thread Hiding Link': [true, 'Add a link to hide entire threads.'], - 'Reply Hiding Link': [true, 'Add a link to hide single replies.'], + 'Post Hiding Link': [true, 'Add a link to hide posts.'], 'Delete Link': [true, 'Add post and image deletion links to the menu.'], 'Download Link': [true, 'Add a download with original filename link to the menu. Chrome-only currently.'], 'Archive Link': [true, 'Add an archive link to the menu.'] diff --git a/src/General/Config.coffee b/src/General/Config.coffee index faf5b5c84..27d44c4b5 100755 --- a/src/General/Config.coffee +++ b/src/General/Config.coffee @@ -197,13 +197,9 @@ Config = true 'Add a report link to the menu.' ] - 'Thread Hiding Link': [ + 'Post Hiding Link': [ true - 'Add a link to hide entire threads.' - ] - 'Reply Hiding Link': [ - true - 'Add a link to hide single replies.' + 'Add a link to hide posts.' ] 'Delete Link': [ true