From d8cb253065c3b93d3c14d626732e2ad9c7e91980 Mon Sep 17 00:00:00 2001 From: paul Date: Wed, 11 May 2011 01:32:18 +0000 Subject: [PATCH] ide: fix + add breakpoint related resource strings git-svn-id: trunk@30671 - --- ide/lazarusidestrconsts.pas | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ide/lazarusidestrconsts.pas b/ide/lazarusidestrconsts.pas index 557b2dce2f..3ba8210637 100644 --- a/ide/lazarusidestrconsts.pas +++ b/ide/lazarusidestrconsts.pas @@ -3439,7 +3439,7 @@ resourcestring lisDisableBreakPoint = 'Disable Breakpoint'; lisEnableBreakPoint = 'Enable Breakpoint'; lisDeleteBreakPoint = 'Delete Breakpoint'; - lisViewBreakPointProperties = 'View Breakpoint Properties'; + lisViewBreakPointProperties = 'Breakpoint Properties...'; lisDBGENDefaultColor = 'Default Color'; lisDBGENBreakpointEvaluation = 'Breakpoint Evaluation'; @@ -4621,7 +4621,8 @@ resourcestring lisCondition = 'Condition'; lisPassCount = 'Pass Count'; lisGroup = 'Group'; - lisSourceBreakpoint = '&Source breakpoint'; + lisSourceBreakpoint = '&Source Breakpoint...'; + listAddressBreakpoint = '&Address Breakpoint...'; lisEnableAll = '&Enable All'; lisDeleteAll = '&Delete All'; lisDisableAllInSameSource = 'Disable All in same source'; @@ -4655,6 +4656,7 @@ resourcestring // Breakpoint Properties Dialog lisBreakPointProperties = 'Breakpoint Properties'; lisLine = 'Line:'; + lisAddress = 'Address:'; lisAutoContinueAfter = 'Auto continue after:'; lisMS = '(ms)'; lisActions = 'Actions:';