diff options
author | dartraiden <wowemuh@gmail.com> | 2020-03-18 16:48:05 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2020-03-18 17:07:32 +0300 |
commit | 3ef77b40f926008cac2d3f13e832710a226d8bf2 (patch) | |
tree | 89794371f92efaa342c1424faa9dd0ca71141b9d /protocols/IRCG/res | |
parent | 024facecf1fd58f8cf959b73deb415b0858b56cb (diff) |
Proper spelling of UTF-8 and SHA-1
Diffstat (limited to 'protocols/IRCG/res')
-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
|