mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 16:09:41 +02:00
IDE string consts: fix typos
git-svn-id: trunk@24834 -
This commit is contained in:
parent
39b5335283
commit
178bfe10c1
@ -1543,37 +1543,37 @@ resourcestring
|
||||
|
||||
dlgEditAccessDescLockedInView =
|
||||
'This option will use a locked (and only a locked) Editor, '+
|
||||
'which does not need to scroll in order to display the target jump point'+
|
||||
'(target jump point is already in visible screen area)';
|
||||
'which does not need to scroll in order to display the target jump point '+
|
||||
'(target jump point is already in visible screen area).';
|
||||
dlgEditAccessDescUnLockedInSoftView =
|
||||
'This option will use a not locked Editor, '+
|
||||
'which does not need to scroll in order to display the target jump point'+
|
||||
'(target jump point is already in visible screen center area, excluding 2-5 lines at the top/bottom)';
|
||||
'which does not need to scroll in order to display the target jump point '+
|
||||
'(target jump point is already in visible screen center area, excluding 2-5 lines at the top/bottom).';
|
||||
dlgEditAccessDescUnLocked =
|
||||
'This option will use any not locked Editor';
|
||||
'This option will use any not locked Editor.';
|
||||
dlgEditAccessDescUnLockedOpenNewInOldWin =
|
||||
'This option will open a new Tab in an existing (and only in an existing) Window, '+
|
||||
'if no unlocked tab is found. '+
|
||||
'A tab is only opened if a window exists, that has not yet an editor for the target file';
|
||||
'A tab is only opened if a window exists, that has not yet an editor for the target file.';
|
||||
dlgEditAccessDescUnLockedOpenNewInNewWin =
|
||||
'This option will open a new Tab in a new (and always in a new) Window, '+
|
||||
'if no unlocked tab is found. '+
|
||||
'This option will always succeed, further options are never tested';
|
||||
'This option will always succeed, further options are never tested.';
|
||||
dlgEditAccessDescIgnLockedOldEdit =
|
||||
'This option will use the longest unused editor for the file, '+
|
||||
'even if it is locked and/or needs scrolling. '+
|
||||
'This always looks at the editor, never the window, to find the longest unused. ' +
|
||||
'This option will always succeed, further options are never tested';
|
||||
'This option will always succeed, further options are never tested.';
|
||||
dlgEditAccessDescIgnLockedOnlyActEdit =
|
||||
'This option will check if the current active editor has the target file '+
|
||||
'and if it is, it will use the current editor, even if it is locked and/or needs scrolling.';
|
||||
dlgEditAccessDescIgnLockedOnlyActWin =
|
||||
'This option will check if there is an editorfor the target file in the current window'+
|
||||
'This option will check if there is an editor for the target file in the current window '+
|
||||
'and if there is, it will use this editor, even if it is locked and/or needs scrolling.';
|
||||
dlgEditAccessDescUnLockedOpenNewInAnyWin =
|
||||
'This option will open a new Tab in an existing or new Window, '+
|
||||
'if no unlocked tab is found. '+
|
||||
'This option will always succeed, further options are never tested';
|
||||
'This option will always succeed, further options are never tested.';
|
||||
|
||||
|
||||
lisClearKeyMapping = 'Clear Key Mapping';
|
||||
|
Loading…
Reference in New Issue
Block a user