diff options
Diffstat (limited to 'protocols/IRCG/res/IRC.rc')
-rw-r--r-- | protocols/IRCG/res/IRC.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/IRCG/res/IRC.rc b/protocols/IRCG/res/IRC.rc index 9dc719003b..d601b3d127 100644 --- a/protocols/IRCG/res/IRC.rc +++ b/protocols/IRCG/res/IRC.rc @@ -189,7 +189,7 @@ BEGIN EDITTEXT IDC_QUITMESSAGE,10,176,287,12,ES_AUTOHSCROLL
COMBOBOX IDC_CODEPAGE,151,192,146,79,CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
RTEXT "Server code page:",IDC_STATIC,12,194,133,8
- CONTROL "Enable UTF8 autodetection",IDC_UTF_AUTODETECT,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,208,287,10
+ CONTROL "Enable UTF-8 autodetection",IDC_UTF_AUTODETECT,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,208,287,10
END
IDD_ADDSERVER DIALOGEX 0, 0, 182, 136
|