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.'