From adc37fcfae6e50b85e73f9e4b811ce4915c4da3f Mon Sep 17 00:00:00 2001 From: laolarou Date: Sun, 30 Jul 2023 13:23:30 +0800 Subject: [PATCH] Update DefaultGameCore.cs --- .../DefaultComponent/Launch/GameCore/DefaultGameCore.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ProjBobcat/ProjBobcat/DefaultComponent/Launch/GameCore/DefaultGameCore.cs b/ProjBobcat/ProjBobcat/DefaultComponent/Launch/GameCore/DefaultGameCore.cs index 57626b89..83658ef7 100644 --- a/ProjBobcat/ProjBobcat/DefaultComponent/Launch/GameCore/DefaultGameCore.cs +++ b/ProjBobcat/ProjBobcat/DefaultComponent/Launch/GameCore/DefaultGameCore.cs @@ -156,9 +156,9 @@ public override async Task LaunchTaskAsync(LaunchSettings? setting ErrorType = LaunchErrorType.NoJava, Error = new ErrorModel { - Cause = "未找到JRE运行时,可能是输入的路劲为空或出错,亦或是指定的文件并不存在。", + Cause = "未找到JRE运行时,可能是输入的路径为空或出错,亦或是指定的文件并不存在。", Error = "未找到JRE运行时", - ErrorMessage = "输入的路劲为空或出错,亦或是指定的文件并不存在" + ErrorMessage = "输入的路径为空或出错,亦或是指定的文件并不存在" } };