Reflect default wording.

"4chan X" -> "4chan X Settings"
This commit is contained in:
Nicolas Stepien 2012-05-14 17:50:41 +02:00
parent 5dcc5ee8d1
commit 97bfd4b55b
2 changed files with 2 additions and 2 deletions

View File

@ -2177,7 +2177,7 @@
for (_i = 0, _len = _ref.length; _i < _len; _i++) { for (_i = 0, _len = _ref.length; _i < _len; _i++) {
home = _ref[_i]; home = _ref[_i];
a = $.el('a', { a = $.el('a', {
textContent: '4chan X', textContent: '4chan X Settings',
href: 'javascript:;' href: 'javascript:;'
}); });
$.on(a, 'click', Options.dialog); $.on(a, 'click', Options.dialog);

View File

@ -1684,7 +1684,7 @@ Options =
init: -> init: ->
for home in [$.id('navtopr'), $.id('navbotr')] for home in [$.id('navtopr'), $.id('navbotr')]
a = $.el 'a', a = $.el 'a',
textContent: '4chan X' textContent: '4chan X Settings'
href: 'javascript:;' href: 'javascript:;'
$.on a, 'click', Options.dialog $.on a, 'click', Options.dialog
$.replace home.firstElementChild, a $.replace home.firstElementChild, a