diff options
-rw-r--r-- | stopspam.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stopspam.rc b/stopspam.rc index e7ee6b8..8913597 100644 --- a/stopspam.rc +++ b/stopspam.rc @@ -46,7 +46,7 @@ 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 "Avaible accounts:",IDC_STATIC,6,8,84,8 + LTEXT "Available 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 |