diff options
author | dartraiden <wowemuh@gmail.com> | 2024-02-10 20:52:18 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2024-02-10 20:52:18 +0300 |
commit | 4f196eaaa35e9aa80069a42d9f45857e15f0b74f (patch) | |
tree | 5df09c6b6d81fae4553d5ce4a9e099b1c9a65ce2 | |
parent | 50041afe3f83fb2678ff1bfc2ddd139d5399555a (diff) |
More for #4185
-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 e1f18102f5..415d618f52 100644 --- a/plugins/StatusManager/res/resource.rc +++ b/plugins/StatusManager/res/resource.rc @@ -371,7 +371,7 @@ BEGIN CONTROL "Set delay to",IDC_LOGINERR_SETDELAY,"Button",BS_AUTORADIOBUTTON,22,143,110,12 LTEXT "seconds",IDC_STATIC,164,145,77,8 EDITTEXT IDC_LOGINERR_DELAY,136,142,22,14,ES_AUTOHSCROLL | ES_NUMBER - GROUPBOX "Dial-up",IDC_STATIC,5,166,282,51 + GROUPBOX "Internet connection",IDC_STATIC,5,166,282,51 LTEXT "Consider connection lost after",IDC_STATIC,12,180,122,8 EDITTEXT IDC_PINGCOUNT,135,177,22,14,ES_AUTOHSCROLL | ES_NUMBER LTEXT "failed pings",IDC_STATIC,160,180,101,8 |