diff --git a/4chan_x.js b/4chan_x.js index 379974efb..d3203be28 100644 --- a/4chan_x.js +++ b/4chan_x.js @@ -86,7 +86,7 @@ 'Quote Backlinks': [false, 'Add quote backlinks'], 'Quote Preview': [false, 'Show quote content on hover'], 'Reply Hiding': [true, 'Hide single replies'], - 'Report Button': [true, 'Add Report Button buttons'], + 'Report Button': [true, 'Add report buttons'], 'Sauce': [true, 'Add sauce to images'], 'Show Stubs': [true, 'Of hidden threads / replies'], 'Thread Expansion': [true, 'View all replies'], diff --git a/script.coffee b/script.coffee index 0b52621fc..7f877cddd 100644 --- a/script.coffee +++ b/script.coffee @@ -30,7 +30,7 @@ config = 'Quote Backlinks': [false, 'Add quote backlinks'] 'Quote Preview': [false, 'Show quote content on hover'] 'Reply Hiding': [true, 'Hide single replies'] - 'Report Button': [true, 'Add Report Button buttons'] + 'Report Button': [true, 'Add report buttons'] 'Sauce': [true, 'Add sauce to images'] 'Show Stubs': [true, 'Of hidden threads / replies'] 'Thread Expansion': [true, 'View all replies']