From a5cc57c38f54b839c15dddaae7d243d48f0b7b30 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Wed, 28 Sep 2016 22:08:52 -0700 Subject: [PATCH] Improve 'Catalog Hover Expand' description. --- src/General/Index.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/General/Index.coffee b/src/General/Index.coffee index d616a37a9..639896bf4 100644 --- a/src/General/Index.coffee +++ b/src/General/Index.coffee @@ -48,7 +48,7 @@ Index = pinEntry = el: UI.checkbox 'Pin Watched Threads', 'Pin watched threads' anchorEntry = el: UI.checkbox 'Anchor Hidden Threads', 'Anchor hidden threads' refNavEntry = el: UI.checkbox 'Refreshed Navigation', 'Refreshed navigation' - hoverEntry.el.title = 'Hovering over catalog threads expands the comment and shows more details.' + hoverEntry.el.title = 'Expand the comment and show more details when you hover over a thread in the catalog.' sortEntry.el.title = 'Set the sorting order of each board independently.' pinEntry.el.title = 'Move watched threads to the start of the index.' anchorEntry.el.title = 'Move hidden threads to the end of the index.'