diff options
author | dartraiden <wowemuh@gmail.com> | 2017-12-11 13:28:47 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2017-12-11 20:32:25 +0300 |
commit | 568587880236f2eff34dbb721ab795829bfad4a8 (patch) | |
tree | efef087bcfe7eef8b0e0aae4b08236810af06b89 /plugins/BasicHistory/res | |
parent | 9f03cb7a077e5c18184c4173b170880a55cfe81f (diff) |
BasicHistory: txt -> text
Diffstat (limited to 'plugins/BasicHistory/res')
-rw-r--r-- | plugins/BasicHistory/res/BasicHistory.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/BasicHistory/res/BasicHistory.rc b/plugins/BasicHistory/res/BasicHistory.rc index c32965b95b..3cc23aeebf 100644 --- a/plugins/BasicHistory/res/BasicHistory.rc +++ b/plugins/BasicHistory/res/BasicHistory.rc @@ -150,7 +150,7 @@ STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
- GROUPBOX "Export to txt",IDC_STATIC,4,5,298,37
+ GROUPBOX "Export to text file",IDC_STATIC,4,5,298,37
COMBOBOX IDC_TXTENC,142,20,152,30,CBS_DROPDOWN | WS_VSCROLL | WS_TABSTOP
LTEXT "File encoding*",IDC_STATIC,12,23,115,8
GROUPBOX "Export to plain HTML",IDC_STATIC,4,47,298,50
|