summaryrefslogtreecommitdiff
path: root/plugins/Utils.pas/strans.pas
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/strans.pas
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/strans.pas')
-rw-r--r--plugins/Utils.pas/strans.pas4
1 files changed, 2 insertions, 2 deletions
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}