summaryrefslogtreecommitdiff
path: root/plugins/Msg_Export/res
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2020-03-18 16:48:05 +0300
committerdartraiden <wowemuh@gmail.com>2020-03-18 17:07:32 +0300
commit3ef77b40f926008cac2d3f13e832710a226d8bf2 (patch)
tree89794371f92efaa342c1424faa9dd0ca71141b9d /plugins/Msg_Export/res
parent024facecf1fd58f8cf959b73deb415b0858b56cb (diff)
Proper spelling of UTF-8 and SHA-1
Diffstat (limited to 'plugins/Msg_Export/res')
-rwxr-xr-xplugins/Msg_Export/res/resource.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Msg_Export/res/resource.rc b/plugins/Msg_Export/res/resource.rc
index 98e0b18b9e..7efbe548d1 100755
--- a/plugins/Msg_Export/res/resource.rc
+++ b/plugins/Msg_Export/res/resource.rc
@@ -79,7 +79,7 @@ BEGIN
COMBOBOX IDC_EXPORT_TIMEFORMAT,141,130,57,122,CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_VSCROLL | WS_TABSTOP
CONTROL "Use JSON format for export",IDC_USE_JSON,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,11,150,287,10
- CONTROL "Use UTF8 in new files",IDC_USE_UTF8_IN_NEW_FILES,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,11,163,287,10
+ CONTROL "Use UTF-8 in new files",IDC_USE_UTF8_IN_NEW_FILES,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,11,163,287,10
CONTROL "Append extra new line",IDC_APPEND_NEWLINE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,11,176,287,10
CONTROL "Use << and >>",IDC_USE_LESS_AND_GREATER_IN_EXPORT,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,11,188,287,10
END