diff options
| author | dartraiden <wowemuh@gmail.com> | 2016-10-23 19:12:00 +0300 | 
|---|---|---|
| committer | dartraiden <wowemuh@gmail.com> | 2016-10-23 19:12:00 +0300 | 
| commit | af04ca6575bb13f94dc66f826f83f9583bba33ac (patch) | |
| tree | 34b3aff90f6553b8368e0b58e968408ba8c21a99 | |
| parent | 3948cb70a006cf357ebe032b933479cfb6441aa1 (diff) | |
StatusManager: not need abbreviations
| -rw-r--r-- | plugins/StatusManager/res/resource.rc | 10 | 
1 files changed, 5 insertions, 5 deletions
| diff --git a/plugins/StatusManager/res/resource.rc b/plugins/StatusManager/res/resource.rc index 570ab1d39d..5497def240 100644 --- a/plugins/StatusManager/res/resource.rc +++ b/plugins/StatusManager/res/resource.rc @@ -77,7 +77,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        "Dial-up",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, @@ -262,7 +262,7 @@ BEGIN      EDITTEXT        IDC_AWAYCHECKTIMEINSECS,240,122,22,14,ES_AUTOHSCROLL      RTEXT           "Confirm dialog timeout (secs)",IDC_STATIC,7,142,227,8      EDITTEXT        IDC_CONFIRMDELAY,240,138,22,14,ES_AUTOHSCROLL -    CTEXT           "You enabled ""Change my status mode to"" in the ""Idle"" options dialog, AdvancedAutoAway's options are ignored.",IDC_IDLEWARNING,7,164,255,20,NOT WS_VISIBLE +    CTEXT           "This options are ignored because you enabled ""Change my status mode to"" in the ""Idle"" options dialog.",IDC_IDLEWARNING,7,164,255,20,NOT WS_VISIBLE      CONTROL         "Monitor keyboard activity",IDC_MONITORKEYBOARD,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,77,255,10      CONTROL         "Monitor mouse activity",IDC_MONITORMOUSE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,88,255,10      CONTROL         "Ignore CTRL, ALT, SHIFT, TAB, ESC and Windows keys",IDC_IGNSYSKEYS, @@ -333,9 +333,9 @@ EXSTYLE WS_EX_CONTROLPARENT  FONT 8, "MS Shell Dlg", 0, 0, 0x1  BEGIN      GROUPBOX        "Timers",IDC_STATIC,3,2,284,54 -    LTEXT           "Max. delay (secs)",IDC_STATIC,39,35,84,8 +    LTEXT           "Maximum delay (secs)",IDC_STATIC,39,35,84,8      EDITTEXT        IDC_MAXDELAY,11,32,22,14,ES_AUTOHSCROLL | ES_NUMBER -    LTEXT           "Max. account connecting time (secs)",IDC_STATIC,154,35,121,19 +    LTEXT           "Maximum account connecting time (secs)",IDC_STATIC,154,35,121,19      EDITTEXT        IDC_MAXCONNECTINGTIME,127,32,22,14,ES_AUTOHSCROLL | ES_NUMBER      GROUPBOX        "Reconnecting",IDC_STATIC,4,58,283,106      CONTROL         "Ignore locked status of accounts",IDC_NOLOCKED,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,11,72,272,10 @@ -351,7 +351,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        "Dial-up",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 | 
