summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--stopspam.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/stopspam.rc b/stopspam.rc
index 5615f8b..5ae5f8c 100644
--- a/stopspam.rc
+++ b/stopspam.rc
@@ -46,13 +46,13 @@ IDD_PROTO DIALOGEX 0, 0, 230, 173
STYLE DS_SETFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD | WS_SYSMENU
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
- LTEXT "Installed protocols:",IDC_STATIC,6,8,84,8
+ LTEXT "Avaible accounts:",IDC_STATIC,6,8,84,8
LISTBOX ID_ALLPROTO,6,20,84,138,LBS_SORT | LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
PUSHBUTTON ">>>>",ID_ADDALL,96,26,36,14
PUSHBUTTON ">>",ID_ADD,96,44,36,14
PUSHBUTTON "<<",ID_REMOVE,96,62,36,14
PUSHBUTTON "<<<<",ID_REMOVEALL,96,80,36,14
- LTEXT "Despammed protocols:",IDC_STATIC,138,8,85,8
+ LTEXT "Filtered accounts:",IDC_STATIC,138,8,85,8
LISTBOX ID_USEDPROTO,138,20,84,138,LBS_SORT | LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
END