summaryrefslogtreecommitdiff
path: root/plugins/Utils.pas/editwrapper.rc
diff options
context:
space:
mode:
authorDart Raiden <wowemuh@gmail.com>2016-01-04 14:32:49 +0000
committerDart Raiden <wowemuh@gmail.com>2016-01-04 14:32:49 +0000
commitc04be5ec932da96596e4ef971b022992f84db870 (patch)
treec88c35c3995f1c552e0ed7da0bcd5415e3543fc3 /plugins/Utils.pas/editwrapper.rc
parentea26b9a0835ee0d164e00996a2a7a44a1b5f909e (diff)
"NA" -> "N/A"
git-svn-id: http://svn.miranda-ng.org/main/trunk@16019 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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