mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 21:38:00 +02:00
Debugger, CallStack window: localized initial 'Max 10' button caption, shortened 'Goto' button caption and changed source column caption ('Source' -> 'Location')
git-svn-id: trunk@49312 -
This commit is contained in:
parent
40732f021f
commit
77e7bce2e8
@ -734,10 +734,11 @@ begin
|
||||
ToolButtonPower.Hint := lisDbgWinPowerHint;
|
||||
for i:= 0 to mnuLimit.Items.Count-1 do
|
||||
mnuLimit.Items[i].Caption:= Format(lisMaxS, [mnuLimit.Items[i].Tag]);
|
||||
actViewLimit.Caption := mnuLimit.Items[0].Caption;
|
||||
actViewMore.Caption := lisMore;
|
||||
actViewTop.Caption := lisCSTop;
|
||||
actViewBottom.Caption := lisCSBottom;
|
||||
actViewGoto.Caption := lisGotoSelectedSourceLine;
|
||||
actViewGoto.Caption := lisGotoSelected;
|
||||
actShow.Caption := lisViewSource;
|
||||
actShowDisass.Caption := lisViewSourceDisass;
|
||||
actToggleBreakPoint.Caption := uemToggleBreakpoint;
|
||||
@ -745,7 +746,7 @@ begin
|
||||
actCopyAll.Caption := lisCopyAll;
|
||||
|
||||
lvCallStack.Columns[1].Caption:= lisIndex;
|
||||
lvCallStack.Columns[2].Caption:= lisCEOModeSource;
|
||||
lvCallStack.Columns[2].Caption:= histdlgColumnLoc;
|
||||
lvCallStack.Columns[3].Caption:= dlgAddHiAttrGroupLine;
|
||||
lvCallStack.Columns[4].Caption:= lisFunction;
|
||||
|
||||
|
@ -5028,7 +5028,7 @@ resourcestring
|
||||
lisViewSource = 'View Source';
|
||||
lisViewSourceDisass = 'View Assembler';
|
||||
lisMaxS = 'Max %d';
|
||||
lisGotoSelectedSourceLine = 'Goto selected source line';
|
||||
lisGotoSelected = 'Goto selected';
|
||||
lisCopyAll = 'Copy All';
|
||||
lisIndex = 'Index';
|
||||
lisFunction = 'Function';
|
||||
|
Loading…
Reference in New Issue
Block a user