mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-22 21:19:24 +02:00
IDE: change disk changes option: better caption
git-svn-id: trunk@34121 -
This commit is contained in:
parent
5f0b15ad52
commit
862785cad7
@ -349,7 +349,7 @@ begin
|
|||||||
DiffSynEdit.Lines.Text:=lisDiskDiffClickOnOneOfTheAboveItemsToSeeTheDiff;
|
DiffSynEdit.Lines.Text:=lisDiskDiffClickOnOneOfTheAboveItemsToSeeTheDiff;
|
||||||
RevertAllButton.Caption:=lisDiskDiffRevertAll;
|
RevertAllButton.Caption:=lisDiskDiffRevertAll;
|
||||||
IgnoreDiskChangesButton.Caption:=lisDiskDiffIgnoreDiskChanges;
|
IgnoreDiskChangesButton.Caption:=lisDiskDiffIgnoreDiskChanges;
|
||||||
CheckDiskChangesWithLoadingCheckBox.Caption:=lisCheckChangesOnDiskWithLoading;
|
CheckDiskChangesWithLoadingCheckBox.Caption:=lisCheckForDiskFileChangesViaContentRatherThanTimesta;
|
||||||
CheckDiskChangesWithLoadingCheckBox.Checked:=EnvironmentOptions.CheckDiskChangesWithLoading;
|
CheckDiskChangesWithLoadingCheckBox.Checked:=EnvironmentOptions.CheckDiskChangesWithLoading;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
@ -155,7 +155,8 @@ begin
|
|||||||
lblMisc.Caption := dlgDesktopMisc;
|
lblMisc.Caption := dlgDesktopMisc;
|
||||||
MsgViewDblClickJumpsCheckBox.Caption:=lisEnvJumpFromMessageToSrcOnDblClickOtherwiseSingleClick;
|
MsgViewDblClickJumpsCheckBox.Caption:=lisEnvJumpFromMessageToSrcOnDblClickOtherwiseSingleClick;
|
||||||
MsgViewFocusCheckBox.Caption:=dlgEOFocusMessagesAfterCompilation;
|
MsgViewFocusCheckBox.Caption:=dlgEOFocusMessagesAfterCompilation;
|
||||||
CheckDiskChangesWithLoadingCheckBox.Caption := lisCheckChangesOnDiskWithLoading;
|
CheckDiskChangesWithLoadingCheckBox.Caption :=
|
||||||
|
lisCheckForDiskFileChangesViaContentRatherThanTimesta;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TDesktopOptionsFrame.ReadSettings(AOptions: TAbstractIDEOptions);
|
procedure TDesktopOptionsFrame.ReadSettings(AOptions: TAbstractIDEOptions);
|
||||||
|
@ -989,6 +989,8 @@ resourcestring
|
|||||||
dlgIDEOptions = 'IDE Options';
|
dlgIDEOptions = 'IDE Options';
|
||||||
dlgBakNoSubDirectory = '(no subdirectory)';
|
dlgBakNoSubDirectory = '(no subdirectory)';
|
||||||
dlgEOFocusMessagesAfterCompilation = 'Focus messages after compilation';
|
dlgEOFocusMessagesAfterCompilation = 'Focus messages after compilation';
|
||||||
|
lisCheckForDiskFileChangesViaContentRatherThanTimesta = 'Check for disk file'
|
||||||
|
+' changes via content rather than timestamp';
|
||||||
|
|
||||||
// Search dialog
|
// Search dialog
|
||||||
dlgSearchCaption = 'Searching ...';
|
dlgSearchCaption = 'Searching ...';
|
||||||
@ -1089,7 +1091,6 @@ resourcestring
|
|||||||
dlgDesktopMisc = 'Misc Options';
|
dlgDesktopMisc = 'Misc Options';
|
||||||
lisSavedSuccessfully = 'Saved successfully';
|
lisSavedSuccessfully = 'Saved successfully';
|
||||||
lisLoadedSuccessfully = 'Loaded successfully';
|
lisLoadedSuccessfully = 'Loaded successfully';
|
||||||
lisCheckChangesOnDiskWithLoading = 'Check changes on disk with loading';
|
|
||||||
|
|
||||||
lisEnvJumpFromMessageToSrcOnDblClickOtherwiseSingleClick = 'Jump from '
|
lisEnvJumpFromMessageToSrcOnDblClickOtherwiseSingleClick = 'Jump from '
|
||||||
+'message to source line on double click (otherwise: single click)';
|
+'message to source line on double click (otherwise: single click)';
|
||||||
|
Loading…
Reference in New Issue
Block a user