diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-06-30 06:08:29 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-06-30 06:08:29 +0000 |
commit | faf7c3e02acbc6840f26347f78a622fb5e6f5e17 (patch) | |
tree | bac92af7bfa1f6e44c1fb929e14d6472aa6589af /plugins/Exchange | |
parent | ea26ecea44221c0b1d90eeab4a229f8ef9990c1f (diff) |
- cosmetic patches from dartraiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@5186 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Exchange')
-rw-r--r-- | plugins/Exchange/res/exchange.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Exchange/res/exchange.rc b/plugins/Exchange/res/exchange.rc index a466a56cc8..a170b3914f 100644 --- a/plugins/Exchange/res/exchange.rc +++ b/plugins/Exchange/res/exchange.rc @@ -43,7 +43,7 @@ FONT 8, "MS Shell Dlg", 400, 0, 1 GROUPBOX "Preferences", IDC_STATIC, 4, 69, 179, 81
AUTOCHECKBOX "Check every", IDC_CHECK_EMAILS, 9, 80, 64, 9
EDITTEXT IDC_INTERVAL_EDIT, 108, 76, 27, 14, ES_AUTOHSCROLL
- LTEXT "seconds.", IDC_STATIC, 143, 80, 35, 8, SS_LEFT
+ LTEXT "seconds", IDC_STATIC, 143, 80, 35, 8, SS_LEFT
AUTOCHECKBOX "Force reconnect every", IDC_RECONNECT, 9, 95, 88, 9
EDITTEXT IDC_RECONNECT_INTERVAL, 108, 93, 27, 14, ES_AUTOHSCROLL
LTEXT "minutes.", IDC_STATIC, 143, 96, 34, 8, SS_LEFT
|