From 854559d510bc67de6279d189c878cb53c68b2863 Mon Sep 17 00:00:00 2001 From: woohoo Date: Tue, 16 Nov 2021 17:58:59 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=B7=E4=BD=A0=E8=B5=84=E6=96=99=E5=8D=A1?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- torn-trans-zhcn.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torn-trans-zhcn.user.js b/torn-trans-zhcn.user.js index 758ffe5..c66dc3f 100644 --- a/torn-trans-zhcn.user.js +++ b/torn-trans-zhcn.user.js @@ -1058,7 +1058,7 @@ .replaceHMS(); else if (spl[1] === 'jail') e.nodeValue = e.nodeValue - .replace('In jail for', '在医院呆') + .replace('In jail for', '在监狱呆') .replaceHMS(); } }