Skip to content

Commit c3e403d

Browse files
committed
Merge remote-tracking branch 'origin/dev' into dev
2 parents d000af4 + e704e58 commit c3e403d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ModAssistant/Localisation/zh.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<!-- App -->
99
<sys:String x:Key="App:InstallDirDialog:Title">找不到您的Beat Saber安装路径!</sys:String>
1010
<sys:String x:Key="App:InstallDirDialog:OkCancel">点确定重试,或点取消关闭软件。</sys:String>
11-
<sys:String x:Key="App:InstallDirInvalid">游戏目录包含特殊字符(如汉字,日文等)!可能会造成例如mod无法正常运行等问题。</sys:String>
11+
<sys:String x:Key="App:InstallDirInvalid">你的游戏安装路径中包含中文等特殊字符,这有可能会导致Mod出现问题。</sys:String>
1212
<sys:String x:Key="App:InvalidArgument">无效参数!'{0}'需要一个选项。</sys:String>
1313
<sys:String x:Key="App:UnrecognizedArgument">无法识别的参数。关闭Mod Assistant。</sys:String>
1414
<sys:String x:Key="App:UnhandledException">刚刚发生了一个未处理的异常</sys:String>

ModAssistant/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@
5151
// You can specify all the values or you can default the Build and Revision Numbers
5252
// by using the '*' as shown below:
5353
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion("1.1.3203.0")]
55-
[assembly: AssemblyFileVersion("1.1.3203.0")]
54+
[assembly: AssemblyVersion("1.1.3204.0")]
55+
[assembly: AssemblyFileVersion("1.1.3204.0")]

0 commit comments

Comments
 (0)