From 85cf1155921dd0b074b87a2934f59b060c2c5425 Mon Sep 17 00:00:00 2001 From: shimin tang Date: Sun, 17 Jul 2022 15:48:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=B8=AE=E5=8A=A9=E6=96=87?= =?UTF-8?q?=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/kotlin/dialog/HelpDialog.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/dialog/HelpDialog.kt b/src/main/kotlin/dialog/HelpDialog.kt index 93920d9..ae1a077 100644 --- a/src/main/kotlin/dialog/HelpDialog.kt +++ b/src/main/kotlin/dialog/HelpDialog.kt @@ -615,7 +615,7 @@ fun ShortcutKeyPage() { append(" $ctrl + B ") } withStyle(style = SpanStyle(color = MaterialTheme.colors.onBackground)) { - append(" 激活复制功能。") + append(" 激活复制功能,激活后,不要先抄写就可以自由的复制。") } }