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++) {
home = _ref[_i];
a = $.el('a', {
textContent: '4chan X',
textContent: '4chan X Settings',
href: 'javascript:;'
});
$.on(a, 'click', Options.dialog);

View File

@ -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