@@ -119,7 +119,7 @@ private static void WriteConfig(StreamWriter writer, SortedList<string, string>
119
119
{
120
120
string path = pair . Value ;
121
121
writer . WriteLine ( $ " \" { path } \" { ( pair . Equals ( lastTarget ) ? "" : "," ) } ") ;
122
- installForm ? . UpdateUser ( $ "已向Koaloader.json写入功能,且指定路径 { path } ", LogTextBox . Action , false ) ;
122
+ installForm ? . UpdateUser ( $ "选择的游戏信息写入到koaloader.json 路径为: { path } ", LogTextBox . Action , false ) ;
123
123
}
124
124
125
125
writer . WriteLine ( " ]" ) ;
@@ -138,7 +138,7 @@ private static void WriteConfig(StreamWriter writer, SortedList<string, string>
138
138
writer . WriteLine ( " \" path\" : \" " + path + "\" ," ) ;
139
139
writer . WriteLine ( " \" required\" : true" ) ;
140
140
writer . WriteLine ( " }" + ( pair . Equals ( lastModule ) ? "" : "," ) ) ;
141
- installForm ? . UpdateUser ( $ "已向Koaloader.json写入模块,且指定路径 { path } ", LogTextBox . Action , false ) ;
141
+ installForm ? . UpdateUser ( $ "选择的功能信息已经写入到的Koaloader.json 路径为: { path } ", LogTextBox . Action , false ) ;
142
142
}
143
143
144
144
writer . WriteLine ( " ]" ) ;
@@ -241,7 +241,7 @@ internal static async Task Install(string directory, BinaryType binaryType, Sele
241
241
{
242
242
path . DeleteFile ( ) ;
243
243
installForm ? . UpdateUser (
244
- $ "从非源目录删除 SmokeAPI: { Path . GetFileName ( path ) } ",
244
+ $ "删除 SmokeAPI: { Path . GetFileName ( path ) } ",
245
245
LogTextBox . Action , false ) ;
246
246
}
247
247
@@ -263,7 +263,7 @@ internal static async Task Install(string directory, BinaryType binaryType, Sele
263
263
{
264
264
path . DeleteFile ( ) ;
265
265
installForm ? . UpdateUser (
266
- $ "从非源目录删除 SmokeAPI: { Path . GetFileName ( path ) } ",
266
+ $ "删除 SmokeAPI: { Path . GetFileName ( path ) } ",
267
267
LogTextBox . Action , false ) ;
268
268
}
269
269
@@ -292,7 +292,7 @@ internal static async Task Install(string directory, BinaryType binaryType, Sele
292
292
{
293
293
path . DeleteFile ( ) ;
294
294
installForm ? . UpdateUser (
295
- $ "从非根目录删除 ScreamAPI: { Path . GetFileName ( path ) } ",
295
+ $ "删除 ScreamAPI: { Path . GetFileName ( path ) } ",
296
296
LogTextBox . Action , false ) ;
297
297
}
298
298
@@ -314,7 +314,7 @@ internal static async Task Install(string directory, BinaryType binaryType, Sele
314
314
{
315
315
path . DeleteFile ( ) ;
316
316
installForm ? . UpdateUser (
317
- $ "从非根目录删除 ScreamAPI: { Path . GetFileName ( path ) } ",
317
+ $ "删除 ScreamAPI: { Path . GetFileName ( path ) } ",
318
318
LogTextBox . Action , false ) ;
319
319
}
320
320
@@ -341,7 +341,7 @@ internal static async Task Install(string directory, BinaryType binaryType, Sele
341
341
{
342
342
path . DeleteFile ( ) ;
343
343
installForm ? . UpdateUser (
344
- $ "从非根目录删除 Uplay R1 Unlocker: { Path . GetFileName ( path ) } ",
344
+ $ "删除 Uplay R1 Unlocker: { Path . GetFileName ( path ) } ",
345
345
LogTextBox . Action ,
346
346
false ) ;
347
347
}
@@ -364,7 +364,7 @@ internal static async Task Install(string directory, BinaryType binaryType, Sele
364
364
{
365
365
path . DeleteFile ( ) ;
366
366
installForm ? . UpdateUser (
367
- $ "从非根目录中删除Uplay R1 Unlocker: { Path . GetFileName ( path ) } ",
367
+ $ "删除Uplay R1 Unlocker: { Path . GetFileName ( path ) } ",
368
368
LogTextBox . Action ,
369
369
false ) ;
370
370
}
@@ -388,7 +388,7 @@ internal static async Task Install(string directory, BinaryType binaryType, Sele
388
388
{
389
389
path . DeleteFile ( ) ;
390
390
installForm ? . UpdateUser (
391
- $ "从非根目录中删除Uplay R2 Unlocker: { Path . GetFileName ( path ) } ",
391
+ $ "删除Uplay R2 Unlocker: { Path . GetFileName ( path ) } ",
392
392
LogTextBox . Action ,
393
393
false ) ;
394
394
}
@@ -411,7 +411,7 @@ internal static async Task Install(string directory, BinaryType binaryType, Sele
411
411
{
412
412
path . DeleteFile ( ) ;
413
413
installForm ? . UpdateUser (
414
- $ "从非根目录中删除Uplay R2 Unlocker: { Path . GetFileName ( path ) } ",
414
+ $ "删除Uplay R2 Unlocker: { Path . GetFileName ( path ) } ",
415
415
LogTextBox . Action ,
416
416
false ) ;
417
417
}
0 commit comments