Skip to content

Commit 11e87b5

Browse files
author
konglinglong
committed
完善错误提示
1 parent badaa62 commit 11e87b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

3gppDecoder.red

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ if error? try [
3333
if error? try [
3434
config: load-json config-data
3535
][
36-
warn-button-popup "错误" "加载配置文件(3gppDecoder.cfg)时发生错误,请使用JSON格式检查工具检查配置文件格式"
36+
warn-button-popup "错误" "加载配置文件(3gppDecoder.cfg)时发生错误,请使用JSON格式检查工具检查文件格式"
3737
]
3838

3939
print config

0 commit comments

Comments
 (0)