summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2022-08-04 02:29:39 +0300
committerdartraiden <wowemuh@gmail.com>2022-08-04 02:29:56 +0300
commit11c0c274b2516540771c71be69f9903591f436ae (patch)
tree60230532dce6c1617663f198c8fd32c6f199b9c6
parenta2cd10e4f87273ea0c38a88682ccef6597724504 (diff)
Actman: spelling correction
-rw-r--r--plugins/Actman/iac_jump.pas4
-rw-r--r--plugins/Actman/iac_program.rc2
-rw-r--r--plugins/Actman/iac_text.pas2
-rw-r--r--plugins/Actman/services.ini10
-rw-r--r--plugins/Utils.pas/structopts.rc2
5 files changed, 10 insertions, 10 deletions
diff --git a/plugins/Actman/iac_jump.pas b/plugins/Actman/iac_jump.pas
index 55bd887ae9..3983c07856 100644
--- a/plugins/Actman/iac_jump.pas
+++ b/plugins/Actman/iac_jump.pas
@@ -316,7 +316,7 @@ begin
InsertString(wnd,cardinal(aeGT),'> greater');
InsertString(wnd,cardinal(aeLT),'< lesser');
- InsertString(wnd,cardinal(aeEQ),'= equ');
+ InsertString(wnd,cardinal(aeEQ),'= equal');
InsertString(wnd,cardinal(aeXR),'^ xor');
InsertString(wnd,cardinal(aeND),'& and');
@@ -332,7 +332,7 @@ begin
SendMessage(wnd,CB_RESETCONTENT,0,0);
InsertString(wnd,cardinal(aeEMP),'empty');
- InsertString(wnd,cardinal(aeEQU),'= equ');
+ InsertString(wnd,cardinal(aeEQU),'equal');
InsertString(wnd,cardinal(aeCON),'contains');
InsertString(wnd,cardinal(aeSTR),'starts with');
InsertString(wnd,cardinal(aeEND),'ends with');
diff --git a/plugins/Actman/iac_program.rc b/plugins/Actman/iac_program.rc
index 0460c5c9ac..049c89b966 100644
--- a/plugins/Actman/iac_program.rc
+++ b/plugins/Actman/iac_program.rc
@@ -24,7 +24,7 @@ FONT 8, "MS Shell Dlg", 0, 0
RTEXT "Program path", -1, 1, 135, 160, 8
EDITTEXT IDC_EDIT_PRGPATH, 1, 144, 148, 12, ES_AUTOHSCROLL
PUSHBUTTON "..." , IDC_PROGRAM , 151, 144, 16, 12
- RTEXT "Program args", -1, 1, 159, 160, 8
+ RTEXT "Program arguments", -1, 1, 159, 160, 8
EDITTEXT IDC_EDIT_PRGARGS, 1, 168, 166, 12, ES_AUTOHSCROLL
}
diff --git a/plugins/Actman/iac_text.pas b/plugins/Actman/iac_text.pas
index ee7830d39b..f5bb7d2a02 100644
--- a/plugins/Actman/iac_text.pas
+++ b/plugins/Actman/iac_text.pas
@@ -449,7 +449,7 @@ begin
'^e - replaced by empty string'#13#10+
'^v - paste text from Clipboard'#13#10+
'^t - replaced by tabulation'#13#10+
- '^l - replaced by last result as unicode'#13#10+
+ '^l - replaced by last result as Unicode'#13#10+
'^h - replaced by last result as hex'#13#10+
'^f(name[,str])'#13#10+
' paste line from text file.'#13#10+
diff --git a/plugins/Actman/services.ini b/plugins/Actman/services.ini
index 097af713f0..7bd07c7239 100644
--- a/plugins/Actman/services.ini
+++ b/plugins/Actman/services.ini
@@ -189,7 +189,7 @@ descr=Restarts Miranda
[Service:mRadio/PlayStop]
alias=MS_RADIO_PLAYSTOP
wparam=hContact|Station name
-lparam=0 wParam is Handle|1 wParam is Ansi station name|2 wParam is Unicode station name
+lparam=0 wParam is Handle|1 wParam is ANSI station name|2 wParam is Unicode station name
descr=Starting or stopping radio station
[Service:MyDetails/CicleThroughtProtocols]
@@ -305,7 +305,7 @@ descr=Show the dialog to select the contact
[Service:QuickSearch_PLUGIN/Show]
wparam=0|filter text
-lparam=0 wParam is unicode|1 wParam is Ansi|2 Reserved
+lparam=0 wParam is Unicode|1 wParam is ANSI|2 Reserved
plugin=Quick Search (quicksearch.dll)
descr=Open main QuickSearch window with text filter
@@ -353,7 +353,7 @@ wparam=0
lparam=0
return=int 0
plugin=StopSpam (stopspam.dll)
-descr=remove all temporary contacts from db
+descr=remove all temporary contacts from database
[Service:SV_Avatars/ContactOptions]
alias=MS_AV_CONTACTOPTIONS
@@ -529,8 +529,8 @@ value=40081
calltype=stdcall
argcount=4
argvalue1=0
-argvalue2=Ansi message
-argvalue3=Ansi caption
+argvalue2=ANSI message
+argvalue3=ANSI caption
argvalue4=0
argname1=hWnd
argname2=lpText
diff --git a/plugins/Utils.pas/structopts.rc b/plugins/Utils.pas/structopts.rc
index f4ee41cc7a..f06020ac72 100644
--- a/plugins/Utils.pas/structopts.rc
+++ b/plugins/Utils.pas/structopts.rc
@@ -70,7 +70,7 @@ FONT 8, "MS Shell Dlg", 0, 0
RTEXT "Plugin", -1 , 4, 20, 60, 14, SS_CENTERIMAGE
EDITTEXT IDC_HLP_PLUGIN , 70, 21, 180, 12, ES_READONLY
- RTEXT "Descr", -1 , 4, 36, 60, 14, SS_CENTERIMAGE
+ RTEXT "Description", -1 , 4, 36, 60, 14, SS_CENTERIMAGE
EDITTEXT IDC_HLP_DESCR , 70, 36, 180, 42, ES_MULTILINE | ES_READONLY | ES_AUTOVSCROLL
CONTROL "", -1, "STATIC", SS_ETCHEDHORZ, 2, 80, 252, 2