diff --git a/builds/4chan-X.js b/builds/4chan-X.js index ea9947984..3e06d506a 100644 --- a/builds/4chan-X.js +++ b/builds/4chan-X.js @@ -183,7 +183,7 @@ 'Thread Stats': [true, 'Display reply and image count.'], 'Updater and Stats in Header': [true, 'Places the thread updater and thread stats in the header instead of floating them.'], 'Thread Watcher': [true, 'Bookmark threads.'], - 'Toggleable Thread Watcher': [false, 'Adds a shortcut for the thread watcher, and fixes the watcher to the page.'], + 'Toggleable Thread Watcher': [false, 'Adds a shortcut for the thread watcher, hides the watcher by default, and makes it scroll with the page.'], 'Auto Watch': [true, 'Automatically watch threads you start.'], 'Auto Watch Reply': [false, 'Automatically watch threads you reply to.'] }, diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index 551744a0e..bf071c52f 100644 --- a/builds/4chan-X.user.js +++ b/builds/4chan-X.user.js @@ -183,7 +183,7 @@ 'Thread Stats': [true, 'Display reply and image count.'], 'Updater and Stats in Header': [true, 'Places the thread updater and thread stats in the header instead of floating them.'], 'Thread Watcher': [true, 'Bookmark threads.'], - 'Toggleable Thread Watcher': [false, 'Adds a shortcut for the thread watcher, and fixes the watcher to the page.'], + 'Toggleable Thread Watcher': [false, 'Adds a shortcut for the thread watcher, hides the watcher by default, and makes it scroll with the page.'], 'Auto Watch': [true, 'Automatically watch threads you start.'], 'Auto Watch Reply': [false, 'Automatically watch threads you reply to.'] }, diff --git a/builds/crx/script.js b/builds/crx/script.js index 94f8afb4d..60f55004e 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -165,7 +165,7 @@ 'Thread Stats': [true, 'Display reply and image count.'], 'Updater and Stats in Header': [true, 'Places the thread updater and thread stats in the header instead of floating them.'], 'Thread Watcher': [true, 'Bookmark threads.'], - 'Toggleable Thread Watcher': [false, 'Adds a shortcut for the thread watcher, and fixes the watcher to the page.'], + 'Toggleable Thread Watcher': [false, 'Adds a shortcut for the thread watcher, hides the watcher by default, and makes it scroll with the page.'], 'Auto Watch': [true, 'Automatically watch threads you start.'], 'Auto Watch Reply': [false, 'Automatically watch threads you reply to.'] }, diff --git a/src/General/Config.coffee b/src/General/Config.coffee index 49eed2ee2..294dfc5aa 100644 --- a/src/General/Config.coffee +++ b/src/General/Config.coffee @@ -235,7 +235,7 @@ Config = ] 'Toggleable Thread Watcher': [ false - 'Adds a shortcut for the thread watcher, and fixes the watcher to the page.' + 'Adds a shortcut for the thread watcher, hides the watcher by default, and makes it scroll with the page.' ] 'Auto Watch': [ true