diff --git a/ide/lazarusidestrconsts.pas b/ide/lazarusidestrconsts.pas index 8d4edb65e8..7ff6f84272 100644 --- a/ide/lazarusidestrconsts.pas +++ b/ide/lazarusidestrconsts.pas @@ -1138,7 +1138,7 @@ resourcestring dlgUseCodeFolding = 'Code folding'; dlgCopyWordAtCursorOnCopyNone = 'Copy word on copy none'; dlgHomeKeyJumpsToNearestStart = 'Home key jumps to nearest start'; - dlgEndKeyJumpsToNearestStart = 'End key jumps to nearest start'; + dlgEndKeyJumpsToNearestStart = 'End key jumps to nearest end'; dlgBracketHighlight = 'Bracket highlight'; dlgNoBracketHighlight = 'No Highlight'; dlgHighlightLeftOfCursor = 'Left Of Cursor';