Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
修复存在部分情况下中文名称url编码的情况,新增同时添加多个配置,恢复测试延时
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangxufeng committed Sep 9, 2019
1 parent ae9cc7b commit 0bac5b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2rayL-GUI/new_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ def retranslateUi(self, SystemSettings):
self.label_3.setText(_translate("SystemSettings", "Socks:"))
self.label_4.setText(_translate("SystemSettings", "版本更新"))
self.label_5.setText(_translate("SystemSettings", "当前版本:"))
self.version_label.setText(_translate("SystemSettings", "v2.0.2"))
self.version_label.setText(_translate("SystemSettings", "v2.0.3"))
self.checkupdateButton.setText(_translate("SystemSettings", "检查更新"))
self.label_7.setText(_translate("SystemSettings", "程序启动时自动进行检查更新"))
self.label_6.setText(_translate("SystemSettings", "**端口可选范围:1080-10000"))
Expand Down

0 comments on commit 0bac5b0

Please sign in to comment.