diff --git a/ide/gotofrm.pas b/ide/gotofrm.pas index 1d82c7a1ce..aa74d8963c 100644 --- a/ide/gotofrm.pas +++ b/ide/gotofrm.pas @@ -31,7 +31,7 @@ constructor TfrmGoto.Create(AOwner: TComponent); begin inherited Create(AOwner); - Caption := lisMenuGotoLine; + Caption := lisGotoLine; Label1.Caption := lisUEGotoLine; Edit1.Caption := ''; end; diff --git a/ide/lazarusidestrconsts.pas b/ide/lazarusidestrconsts.pas index 1c05613897..73d3206e69 100644 --- a/ide/lazarusidestrconsts.pas +++ b/ide/lazarusidestrconsts.pas @@ -2951,7 +2951,8 @@ resourcestring +'with %s%s%s?'; lisUESearching = 'Searching: %s'; lisUEReadOnly = '%s/ReadOnly'; - lisUEGotoLine = 'Goto line :'; + lisUEGotoLine = 'Goto line:'; + lisGotoLine = 'Goto line'; // Transfer Macros lisTMFunctionExtractFileExtension = 'Function: extract file extension';