diff --git a/install4j/project.install4j~ b/install4j/project.install4j~ index 5e362a4e6..d327b09c7 100644 --- a/install4j/project.install4j~ +++ b/install4j/project.install4j~ @@ -1,7 +1,7 @@ - + @@ -12,6 +12,8 @@ + + @@ -37,7 +39,7 @@ - + @@ -51,7 +53,7 @@ - + @@ -65,7 +67,7 @@ - + @@ -79,7 +81,7 @@ - + @@ -93,7 +95,7 @@ - + diff --git a/webui/src/locale/en-US.ts b/webui/src/locale/en-US.ts index 18ccd89cd..1d0c4ff97 100644 --- a/webui/src/locale/en-US.ts +++ b/webui/src/locale/en-US.ts @@ -31,7 +31,7 @@ export default { 'changeLogModel.updateNow': 'Update Now', 'globalPauseModel.title': 'Are you sure to enable global pause mode?', 'globalPauseModel.description': - 'This will pause all ban and check operations of all downloaders until the next restart or cancel pause. IPs in banlist will be unbanned immediately.', + 'This will pause all ban and check operations of all downloaders until the next restart or cancel pause.', 'global.pause.pauseAll': 'Pause', 'global.pause.pauseAll.tips': "This will stop PeerBanhelper's all functions and unban all Peers, suitable for modifying downloader configuration", diff --git a/webui/src/locale/zh-CN.ts b/webui/src/locale/zh-CN.ts index 7d3795a12..4f597f2e6 100644 --- a/webui/src/locale/zh-CN.ts +++ b/webui/src/locale/zh-CN.ts @@ -32,8 +32,7 @@ export default { 'changeLogModel.notNow': '不是现在', 'changeLogModel.updateNow': '立即更新', 'globalPauseModel.title': '确定启用全局暂停模式吗?', - 'globalPauseModel.description': - '这将暂停所有下载器的封禁和检查操作,直至下次重启或者取消暂停。已封禁的 IP 地址将全部立刻解除封禁。', + 'globalPauseModel.description': '这将暂停所有下载器的封禁和检查操作,直至下次重启或者取消暂停。', 'global.pause.pauseAll': '暂停', 'global.pause.pauseAll.tips': '这将停止 PeerBanhelper 的全部功能并解封全部 Peer,适用于修改下载器配置等场景',