summaryrefslogtreecommitdiff
path: root/plugins/Utils.pas/editwrapper.rc
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Utils.pas/editwrapper.rc')
-rw-r--r--plugins/Utils.pas/editwrapper.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Utils.pas/editwrapper.rc b/plugins/Utils.pas/editwrapper.rc
index 105a112119..663f64194e 100644
--- a/plugins/Utils.pas/editwrapper.rc
+++ b/plugins/Utils.pas/editwrapper.rc
@@ -4,7 +4,7 @@ LANGUAGE 0,0
IDD_EDITCONTROL DIALOGEX 0, 0, 226,184, 0
STYLE DS_SETFONT | DS_FIXEDSYS | WS_VISIBLE | WS_THICKFRAME
-CAPTION "Text Editor"
+CAPTION "Text editor"
EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0
{
@@ -16,7 +16,7 @@ FONT 8, "MS Shell Dlg", 0, 0
ES_MULTILINE | ES_AUTOVSCROLL | ES_WANTRETURN | WS_HSCROLL | WS_VSCROLL
EDITTEXT IDC_TEXT_EDIT_W, 4, 40, 218, 124,
ES_MULTILINE | ES_AUTOVSCROLL | ES_WANTRETURN | WS_VSCROLL
- AUTOCHECKBOX "Wrap Text", IDC_TEXT_WRAP, 4, 168, 116, 14
+ AUTOCHECKBOX "Wrap text", IDC_TEXT_WRAP, 4, 168, 116, 14
PUSHBUTTON "&OK" , IDOK , 124, 168, 46, 14
PUSHBUTTON "C&ancel", IDCANCEL, 176, 168, 46, 14