diff --git a/ide/keymapshortcutdlg.pas b/ide/keymapshortcutdlg.pas index d4873255cb..a4e0d54216 100644 --- a/ide/keymapshortcutdlg.pas +++ b/ide/keymapshortcutdlg.pas @@ -428,7 +428,7 @@ begin FGrabButton:=TButton.Create(Self); with FGrabButton do begin Name:='GrabButton'; - Caption:='Grab key'; + Caption:=srkmGrabKey; Align:=alRight; AutoSize:=true; Parent:=Self;