From 9064a6a5085b0d02f0f471a101017eefabacf5cf Mon Sep 17 00:00:00 2001 From: James Campos Date: Thu, 12 May 2011 22:25:45 -0700 Subject: [PATCH] sane capitalizing --- 4chan_x.js | 2 +- script.coffee | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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']