diff --git a/4chan_x.user.js b/4chan_x.user.js index 0e9522eed..a4660102e 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -2499,7 +2499,7 @@ dialog = $.el('div', { id: 'overlay', className: 'firstrun', - innerHTML: "

Click the 4chan X buttons for options.

The buttons are at the top and bottom of the page.

" + innerHTML: "

Click the 4chan X buttons for options; they are at the top and bottom of the page.

If you don't see the buttons, try disabling your userstyles.

" }); $.append(d.body, dialog); return $.bind(window, 'click', firstRun.close); diff --git a/script.coffee b/script.coffee index ef9bb2d6f..fb9dd65a2 100644 --- a/script.coffee +++ b/script.coffee @@ -1919,8 +1919,8 @@ firstRun = innerHTML: "
-

Click the 4chan X buttons for options.

-

The buttons are at the top and bottom of the page.

+

Click the 4chan X buttons for options; they are at the top and bottom of the page.

+

If you don't see the buttons, try disabling your userstyles.

" $.append d.body, dialog