mirror of https://gitlab.com/basile.b/dexed.git
fix typo
This commit is contained in:
parent
9901b811a0
commit
f2ae9c9a29
|
@ -99,7 +99,7 @@ begin
|
|||
|
||||
fActCopyIdent := TAction.Create(self);
|
||||
fActCopyIdent.OnExecute:=@actCopyIdentExecute;
|
||||
fActCopyIdent.Caption := 'Copy identifer';
|
||||
fActCopyIdent.Caption := 'Copy identifier';
|
||||
fActRefresh := TAction.Create(self);
|
||||
fActRefresh.OnExecute := @actRefreshExecute;
|
||||
fActRefresh.Caption := 'Refresh';
|
||||
|
|
Loading…
Reference in New Issue