From d166e9a27391579d0bd241d7a555546ebf6f8d0a Mon Sep 17 00:00:00 2001 From: Jordan Bates Date: Wed, 24 Apr 2013 18:12:37 -0700 Subject: [PATCH] Clarify Hide Unread Count option --- builds/4chan-X.js | 2 +- builds/4chan-X.user.js | 2 +- builds/crx/script.js | 2 +- src/config.coffee | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/builds/4chan-X.js b/builds/4chan-X.js index f0c0fe192..a0d5d6808 100644 --- a/builds/4chan-X.js +++ b/builds/4chan-X.js @@ -165,7 +165,7 @@ 'Monitoring': { 'Thread Updater': [true, 'Fetch and insert new replies. Has more options in its own dialog.'], 'Unread Count': [true, 'Show the unread posts count in the tab title.'], - 'Hide Unread Count at (0)': [false, 'Hide the unread posts count when it reaches 0.'], + 'Hide Unread Count at (0)': [false, 'Hide the unread posts count in the tab title when it reaches 0.'], 'Unread Favicon': [true, 'Show a different favicon when there are unread posts.'], 'Unread Line': [true, 'Show a line to distinguish read posts from unread ones.'], 'Scroll to Last Read Post': [true, 'Scroll back to the last read post when reopening a thread.'], diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index 6a51cefb4..4c7c5d332 100644 --- a/builds/4chan-X.user.js +++ b/builds/4chan-X.user.js @@ -165,7 +165,7 @@ 'Monitoring': { 'Thread Updater': [true, 'Fetch and insert new replies. Has more options in its own dialog.'], 'Unread Count': [true, 'Show the unread posts count in the tab title.'], - 'Hide Unread Count at (0)': [false, 'Hide the unread posts count when it reaches 0.'], + 'Hide Unread Count at (0)': [false, 'Hide the unread posts count in the tab title when it reaches 0.'], 'Unread Favicon': [true, 'Show a different favicon when there are unread posts.'], 'Unread Line': [true, 'Show a line to distinguish read posts from unread ones.'], 'Scroll to Last Read Post': [true, 'Scroll back to the last read post when reopening a thread.'], diff --git a/builds/crx/script.js b/builds/crx/script.js index b0caad66b..8aad8f8c1 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -63,7 +63,7 @@ 'Monitoring': { 'Thread Updater': [true, 'Fetch and insert new replies. Has more options in its own dialog.'], 'Unread Count': [true, 'Show the unread posts count in the tab title.'], - 'Hide Unread Count at (0)': [false, 'Hide the unread posts count when it reaches 0.'], + 'Hide Unread Count at (0)': [false, 'Hide the unread posts count in the tab title when it reaches 0.'], 'Unread Favicon': [true, 'Show a different favicon when there are unread posts.'], 'Unread Line': [true, 'Show a line to distinguish read posts from unread ones.'], 'Scroll to Last Read Post': [true, 'Scroll back to the last read post when reopening a thread.'], diff --git a/src/config.coffee b/src/config.coffee index 3d17ac26c..2a39483ca 100644 --- a/src/config.coffee +++ b/src/config.coffee @@ -195,7 +195,7 @@ Config = ] 'Hide Unread Count at (0)': [ false - 'Hide the unread posts count when it reaches 0.' + 'Hide the unread posts count in the tab title when it reaches 0.' ] 'Unread Favicon': [ true