This commit is contained in:
Basile Burg 2015-01-02 15:48:17 +01:00
parent 9901b811a0
commit f2ae9c9a29
1 changed files with 1 additions and 1 deletions

View File

@ -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';