From 9abafafcdd9a1a53d8a2a678da8506a4ca6f3ae6 Mon Sep 17 00:00:00 2001 From: fufesou Date: Mon, 20 Nov 2023 21:57:53 +0800 Subject: [PATCH] translation Signed-off-by: fufesou --- src/lang/cn.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lang/cn.rs b/src/lang/cn.rs index a3b85908f..3609a2fa5 100644 --- a/src/lang/cn.rs +++ b/src/lang/cn.rs @@ -572,6 +572,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("privacy_mode_impl_virtual_display_tip", "模式 2"), ("Enter privacy mode", "进入隐私模式"), ("Exit privacy mode", "退出隐私模式"), - ("idd_not_support_tip", "不支持 Indirect Display Driver 。需要更新的 Windows 10 版本。"), + ("idd_not_support_tip", "不支持 Indirect Display Driver 。需要较新的 Windows 10 版本。"), ].iter().cloned().collect(); }