diff options
author | RMN <rmn@miranda-ng.org> | 2014-02-18 10:40:49 +0000 |
---|---|---|
committer | RMN <rmn@miranda-ng.org> | 2014-02-18 10:40:49 +0000 |
commit | 557d20f966c9ebbb16df1fc5a6d4e74084de3a2b (patch) | |
tree | 745b0ba61f961c1f7007355c7935919c471e1090 /plugins/HistorySweeperLight | |
parent | 6345808173c9c135a4abc1ceb83a4e9d1101a602 (diff) |
spelling corrections
git-svn-id: http://svn.miranda-ng.org/main/trunk@8157 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/HistorySweeperLight')
-rw-r--r-- | plugins/HistorySweeperLight/res/historysweeperlight.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/HistorySweeperLight/res/historysweeperlight.rc b/plugins/HistorySweeperLight/res/historysweeperlight.rc index bce1dc9742..0c04d1d4ac 100644 --- a/plugins/HistorySweeperLight/res/historysweeperlight.rc +++ b/plugins/HistorySweeperLight/res/historysweeperlight.rc @@ -30,7 +30,7 @@ EXSTYLE WS_EX_CONTROLPARENT FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
GROUPBOX "History Sweeper Light",IDC_STATIC,0,0,313,240
- LTEXT "Sweep history for this contacts:",IDC_STATIC,8,12,296,10
+ LTEXT "Sweep history for these contacts:",IDC_STATIC,8,12,296,10
CONTROL "",IDC_LIST,"CListControl",WS_TABSTOP | 0x1d2,8,22,297,139,WS_EX_CLIENTEDGE
ICON "",IDC_ACT1,8,164,20,20
LTEXT "Action 1",IDC_STATIC,22,164,118,10
@@ -42,7 +42,7 @@ BEGIN "Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,197,294,10
CONTROL "Clicking on the icon in the status bar will change settings",IDC_HISTMW,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,211,294,10
- CONTROL "Use UNSAFE mode (sweep fastest as possible, but dangerous for database)",IDC_UNSAFEMODE,
+ CONTROL "Use UNSAFE mode (sweep as fast as possible, but dangerous for database)",IDC_UNSAFEMODE,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,225,294,10
END
|