IDE string consts: fix typos

git-svn-id: trunk@24834 -
This commit is contained in:
maxim 2010-04-22 22:35:23 +00:00
parent 39b5335283
commit 178bfe10c1

View File

@ -1543,37 +1543,37 @@ resourcestring
dlgEditAccessDescLockedInView = dlgEditAccessDescLockedInView =
'This option will use a locked (and only a locked) Editor, '+ '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'+ 'which does not need to scroll in order to display the target jump point '+
'(target jump point is already in visible screen area)'; '(target jump point is already in visible screen area).';
dlgEditAccessDescUnLockedInSoftView = dlgEditAccessDescUnLockedInSoftView =
'This option will use a not locked Editor, '+ 'This option will use a not locked Editor, '+
'which does not need to scroll in order to display the target jump point'+ '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)'; '(target jump point is already in visible screen center area, excluding 2-5 lines at the top/bottom).';
dlgEditAccessDescUnLocked = dlgEditAccessDescUnLocked =
'This option will use any not locked Editor'; 'This option will use any not locked Editor.';
dlgEditAccessDescUnLockedOpenNewInOldWin = dlgEditAccessDescUnLockedOpenNewInOldWin =
'This option will open a new Tab in an existing (and only in an existing) Window, '+ 'This option will open a new Tab in an existing (and only in an existing) Window, '+
'if no unlocked tab is found. '+ '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 = dlgEditAccessDescUnLockedOpenNewInNewWin =
'This option will open a new Tab in a new (and always in a new) Window, '+ 'This option will open a new Tab in a new (and always in a new) Window, '+
'if no unlocked tab is found. '+ '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 = dlgEditAccessDescIgnLockedOldEdit =
'This option will use the longest unused editor for the file, '+ 'This option will use the longest unused editor for the file, '+
'even if it is locked and/or needs scrolling. '+ 'even if it is locked and/or needs scrolling. '+
'This always looks at the editor, never the window, to find the longest unused. ' + '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 = dlgEditAccessDescIgnLockedOnlyActEdit =
'This option will check if the current active editor has the target file '+ '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.'; 'and if it is, it will use the current editor, even if it is locked and/or needs scrolling.';
dlgEditAccessDescIgnLockedOnlyActWin = 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.'; 'and if there is, it will use this editor, even if it is locked and/or needs scrolling.';
dlgEditAccessDescUnLockedOpenNewInAnyWin = dlgEditAccessDescUnLockedOpenNewInAnyWin =
'This option will open a new Tab in an existing or new Window, '+ 'This option will open a new Tab in an existing or new Window, '+
'if no unlocked tab is found. '+ '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'; lisClearKeyMapping = 'Clear Key Mapping';