diff --git a/4chan_x.user.js b/4chan_x.user.js
index 956c2a355..cc49beeb5 100644
--- a/4chan_x.user.js
+++ b/4chan_x.user.js
@@ -1011,7 +1011,7 @@
$.on(toggleBar, 'click', this.toggleBar);
$.prepend(headerBar, [menuButton, boardListButton, $.tn(' '), boardTitle, boardList, toggleBar]);
catalogToggler = $.el('label', {
- innerHTML: " Use catalog links"
+ innerHTML: " Use catalog board links"
});
$.on(catalogToggler.firstElementChild, 'change', this.toggleCatalogLinks);
$.event('AddMenuEntry', {
diff --git a/src/features.coffee b/src/features.coffee
index d1b1411c8..a1f876c54 100644
--- a/src/features.coffee
+++ b/src/features.coffee
@@ -38,7 +38,7 @@ Header =
$.prepend headerBar, [menuButton, boardListButton, $.tn(' '), boardTitle, boardList, toggleBar]
catalogToggler = $.el 'label',
- innerHTML: " Use catalog links"
+ innerHTML: " Use catalog board links"
$.on catalogToggler.firstElementChild, 'change', @toggleCatalogLinks
$.event 'AddMenuEntry',
type: 'header'