From 38ce6609d863ea0d045aaa62113b73b889593752 Mon Sep 17 00:00:00 2001 From: lysec Date: Sat, 25 Oct 2025 13:20:58 +0200 Subject: [PATCH] i18n: fix chinese translation --- Assets/Translations/zh-CN.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Translations/zh-CN.json b/Assets/Translations/zh-CN.json index 7133efb3..4a137b61 100644 --- a/Assets/Translations/zh-CN.json +++ b/Assets/Translations/zh-CN.json @@ -321,7 +321,7 @@ "description": "使用替代启动方法以更好地管理应用程序进程并防止问题。" }, "terminal-command": { - "description": "启动终端的命令。例如,"kitty -e"或"gnome-terminal --"。", + "description": "启动终端的命令。例如,'kitty -e'或'gnome-terminal --'。", "label": "终端命令" }, "custom-launch-prefix": {