From d224b21f274233667f2867e9ee0e3b2147987063 Mon Sep 17 00:00:00 2001 From: noface Date: Thu, 13 Dec 2012 18:29:39 +0100 Subject: [PATCH] Oh god. --- 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 fd8158dfe..01df454a3 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -1204,7 +1204,7 @@ }); a = stub.firstChild; $.on(a, 'click', ReplyHiding.toggle); - $.add(a, $.tn(Conf['Anonymize'] ? 'Anonymize' : $('.desktop > .nameBlock', el).textContent)); + $.add(a, $.tn(Conf['Anonymize'] ? 'Anonymous' : $('.desktop > .nameBlock', el).textContent)); if (Conf['Menu']) { menuButton = Menu.a.cloneNode(true); $.on(menuButton, 'click', Menu.toggle); diff --git a/script.coffee b/script.coffee index b1af3ad96..deec847fa 100644 --- a/script.coffee +++ b/script.coffee @@ -954,7 +954,7 @@ ReplyHiding = innerHTML: '[ + ] ' a = stub.firstChild $.on a, 'click', ReplyHiding.toggle - $.add a, $.tn if Conf['Anonymize'] then 'Anonymize' else $('.desktop > .nameBlock', el).textContent + $.add a, $.tn if Conf['Anonymize'] then 'Anonymous' else $('.desktop > .nameBlock', el).textContent if Conf['Menu'] menuButton = Menu.a.cloneNode true $.on menuButton, 'click', Menu.toggle