From 97bfd4b55be712a7568e91da34183811d6238b08 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Mon, 14 May 2012 17:50:41 +0200 Subject: [PATCH] Reflect default wording. "4chan X" -> "4chan X Settings" --- 4chan_x.user.js | 2 +- script.coffee | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index e265d2953..134a45a15 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -2177,7 +2177,7 @@ for (_i = 0, _len = _ref.length; _i < _len; _i++) { home = _ref[_i]; a = $.el('a', { - textContent: '4chan X', + textContent: '4chan X Settings', href: 'javascript:;' }); $.on(a, 'click', Options.dialog); diff --git a/script.coffee b/script.coffee index c9e50c6e9..3073dedbb 100644 --- a/script.coffee +++ b/script.coffee @@ -1684,7 +1684,7 @@ Options = init: -> for home in [$.id('navtopr'), $.id('navbotr')] a = $.el 'a', - textContent: '4chan X' + textContent: '4chan X Settings' href: 'javascript:;' $.on a, 'click', Options.dialog $.replace home.firstElementChild, a