Reflect default wording.
"4chan X" -> "4chan X Settings"
This commit is contained in:
parent
5dcc5ee8d1
commit
97bfd4b55b
@ -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);
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user