From c603a85c8d96ede4e1e227b1bca61b05c6f644c4 Mon Sep 17 00:00:00 2001 From: woohoo Date: Sat, 6 Nov 2021 22:07:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- torn-trans-zhcn.user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/torn-trans-zhcn.user.js b/torn-trans-zhcn.user.js index 6c0acff..407bad0 100644 --- a/torn-trans-zhcn.user.js +++ b/torn-trans-zhcn.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name Torn翻译 // @namespace WOOH -// @version 0.1.1106a +// @version 0.1.1106b // @description UI翻译 // @author Woohoo-[2687093] sabrina_devil[2696209] // @match https://www.torn.com/* @@ -480,7 +480,7 @@ else{ e.firstElementChild.firstChild.nodeValue='你确定要'; e.firstElementChild.firstChild.nodeValue+=isRent?'租用':'购买'; - e.firstElementChild.firstChild.nodeValue+='另一个'+propertyDict[propName]; + e.firstElementChild.firstChild.nodeValue+=propertyDict[propName]; } e.children[1].firstChild.nodeValue='花费 '; e.children[1].childNodes[2].nodeValue=isRent?' 租期 ':'?';