diff --git a/src/ce_staticexplorer.pas b/src/ce_staticexplorer.pas index 7b1b702e..5264cd0a 100644 --- a/src/ce_staticexplorer.pas +++ b/src/ce_staticexplorer.pas @@ -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';