diff options
author | George Hazan <george.hazan@gmail.com> | 2024-02-09 11:33:38 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-02-09 11:33:38 +0300 |
commit | 113467a459e6fd47e7927a7779c5ca8858a43324 (patch) | |
tree | 5cf3389fbefe270cf12bbe55e3a1bfa03a185d65 /plugins/StatusManager | |
parent | 57008487cd1f1dd77afb6c2374aeb80030744d6e (diff) |
fixes #4185 (StatusManager: переименовать "Dial-up")
Diffstat (limited to 'plugins/StatusManager')
-rw-r--r-- | plugins/StatusManager/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/StatusManager/res/resource.rc b/plugins/StatusManager/res/resource.rc index acac166efe..e1f18102f5 100644 --- a/plugins/StatusManager/res/resource.rc +++ b/plugins/StatusManager/res/resource.rc @@ -101,7 +101,7 @@ BEGIN LTEXT "Delay between retries (secs)",IDC_STATIC,47,95,129,17 CONTROL "",IDC_PROTOCOLLIST,"SysListView32",LVS_REPORT | LVS_ALIGNLEFT | LVS_NOCOLUMNHEADER | WS_BORDER | WS_TABSTOP,180,52,101,92 CTEXT "Accounts to check",IDC_STATIC,180,41,101,8 - GROUPBOX "Dial-up",IDC_STATIC,4,149,285,69 + GROUPBOX "Internet connection",IDC_STATIC,4,149,285,69 CONTROL "Don't reconnect if no internet connection seems available",IDC_CHKINET, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,11,161,270,8 CONTROL "Continuously check for internet connection",IDC_CONTCHECK, |