From 551f73891b68581afe73900a0e805b52985e553f Mon Sep 17 00:00:00 2001 From: mattias Date: Fri, 15 Aug 2008 15:54:17 +0000 Subject: [PATCH] IDE: added resourcestring git-svn-id: trunk@16074 - --- ide/keymapshortcutdlg.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;