From a924acf430bbbc013dca4c1d4ef52faf73824b93 Mon Sep 17 00:00:00 2001 From: James Campos Date: Sat, 23 Jul 2011 23:32:20 -0700 Subject: [PATCH] mention updater options --- 4chan_x.user.js | 2 +- script.coffee | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index a6f513bd9..6851a3aa0 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -88,7 +88,7 @@ 'Reveal Spoilers': [false, 'Replace spoiler thumbnails by the original thumbnail'] }, Monitoring: { - 'Thread Updater': [true, 'Update threads'], + 'Thread Updater': [true, 'Update threads. Has more options in its own dialog.'], 'Unread Count': [true, 'Show unread post count in tab title'], 'Post in Title': [true, 'Show the op\'s post in the tab title'], 'Thread Stats': [true, 'Display reply and image count'], diff --git a/script.coffee b/script.coffee index 800528e0d..c2b4c897a 100644 --- a/script.coffee +++ b/script.coffee @@ -22,7 +22,7 @@ config = 'Sauce': [true, 'Add sauce to images'] 'Reveal Spoilers': [false, 'Replace spoiler thumbnails by the original thumbnail'] Monitoring: - 'Thread Updater': [true, 'Update threads'] + 'Thread Updater': [true, 'Update threads. Has more options in its own dialog.'] 'Unread Count': [true, 'Show unread post count in tab title'] 'Post in Title': [true, 'Show the op\'s post in the tab title'] 'Thread Stats': [true, 'Display reply and image count']