diff options
author | dartraiden <wowemuh@gmail.com> | 2016-10-19 14:50:47 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2016-10-19 14:51:20 +0300 |
commit | b5088f1aad5693b30e0d003dbd217745cddafeb5 (patch) | |
tree | 447a61c8c1cf0b130e8e67cfe99393a7d4ce5105 | |
parent | 33832a25f64efd62cedfbf1b670820a07dd870f5 (diff) |
StartupStatus: add info about zero value
-rw-r--r-- | plugins/StatusPlugins/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/StatusPlugins/resource.rc b/plugins/StatusPlugins/resource.rc index 360fb2b7c1..5553c4dbf6 100644 --- a/plugins/StatusPlugins/resource.rc +++ b/plugins/StatusPlugins/resource.rc @@ -57,7 +57,7 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN
CONTROL "Check connection",IDC_CHECKCONNECTION,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,11,51,162,10
EDITTEXT IDC_MAXRETRIES,21,70,22,14,ES_AUTOHSCROLL | ES_NUMBER
- LTEXT "Max. retries",IDC_STATIC,47,73,129,14
+ LTEXT "Maximum retries (0 - infinite)",IDC_STATIC,47,73,129,14
GROUPBOX "Account connection",IDC_STATIC,3,32,286,116
EDITTEXT IDC_INITDELAY,21,92,22,14,ES_AUTOHSCROLL | ES_NUMBER
LTEXT "Delay between retries (secs)",IDC_STATIC,47,95,130,17
|