This commit is contained in:
noface 2012-12-13 18:29:39 +01:00
parent e326d92332
commit d224b21f27
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -954,7 +954,7 @@ ReplyHiding =
innerHTML: '<a href="javascript:;"><span>[ + ]</span> </a>'
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