diff options
Diffstat (limited to 'plugins/Utils.pas')
-rw-r--r-- | plugins/Utils.pas/editwrapper.rc | 4 | ||||
-rw-r--r-- | plugins/Utils.pas/protocols.pas | 2 | ||||
-rw-r--r-- | plugins/Utils.pas/strans.pas | 4 |
3 files changed, 5 insertions, 5 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
diff --git a/plugins/Utils.pas/protocols.pas b/plugins/Utils.pas/protocols.pas index 85fadc4001..2ed2ac0954 100644 --- a/plugins/Utils.pas/protocols.pas +++ b/plugins/Utils.pas/protocols.pas @@ -75,7 +75,7 @@ const const
StatNames:array [0..NumStatus-1] of PWideChar=(
'Default'{'Offline'},'Online','Invisible','Away','N/A','Occupied','DND',
- 'Free for chat','Out to lunch','On the Phone');
+ 'Free for chat','Out to lunch','On the phone');
type
pMyProto = ^tMyProto;
diff --git a/plugins/Utils.pas/strans.pas b/plugins/Utils.pas/strans.pas index 350f937018..bf5191e3e3 100644 --- a/plugins/Utils.pas/strans.pas +++ b/plugins/Utils.pas/strans.pas @@ -50,8 +50,8 @@ const (typ:SST_DWORD ; short:'dword' ; full:'DWord'),
(typ:SST_QWORD ; short:'qword' ; full:'QWord'),
(typ:SST_NATIVE; short:'native'; full:'NativeInt'),
- (typ:SST_BARR ; short:'b.arr' ; full:'Byte Array'),
- (typ:SST_WARR ; short:'w.arr' ; full:'Word Array'),
+ (typ:SST_BARR ; short:'b.arr' ; full:'Byte array'),
+ (typ:SST_WARR ; short:'w.arr' ; full:'Word array'),
(typ:SST_BPTR ; short:'b.ptr' ; full:'Pointer to bytes'),
(typ:SST_WPTR ; short:'w.ptr' ; full:'Pointer to words'),
{$IFDEF Miranda}
|