Skip to content

Commit db1e643

Browse files
committed
fix(facebook): 更新繁体中文翻译
Signed-off-by: LiggMax <wenzhouli06@gmail.com>
1 parent af20e8c commit db1e643

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

facebook/FB_win.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -539,9 +539,9 @@ async def on_confirm(self):
539539
# 总是创建新的crawler实例,避免资源冲突
540540
await main(params)
541541

542-
QMessageBox.information(self, "完成", "爬取任务已完成!")
542+
QMessageBox.information(self, "完成", "爬取任務已完成!")
543543
except Exception as e:
544-
QMessageBox.critical(self, "错误", f"爬取过程中出现错误: {str(e)}")
544+
QMessageBox.critical(self, "错误", f"爬取過程中出現錯誤: {str(e)}")
545545
finally:
546546
self.confirm_button.setEnabled(True)
547547
if not self.embedded:

0 commit comments

Comments
 (0)