From f2ae9c9a291f02b3dc9e99c4773dd9a6249195b2 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Fri, 2 Jan 2015 15:48:17 +0100 Subject: [PATCH] fix typo --- src/ce_staticexplorer.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';