mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 22:58:50 +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;
|
||||
RevertAllButton.Caption:=lisDiskDiffRevertAll;
|
||||
IgnoreDiskChangesButton.Caption:=lisDiskDiffIgnoreDiskChanges;
|
||||
CheckDiskChangesWithLoadingCheckBox.Caption:=lisCheckChangesOnDiskWithLoading;
|
||||
CheckDiskChangesWithLoadingCheckBox.Caption:=lisCheckForDiskFileChangesViaContentRatherThanTimesta;
|
||||
CheckDiskChangesWithLoadingCheckBox.Checked:=EnvironmentOptions.CheckDiskChangesWithLoading;
|
||||
end;
|
||||
|
||||
|
@ -155,7 +155,8 @@ begin
|
||||
lblMisc.Caption := dlgDesktopMisc;
|
||||
MsgViewDblClickJumpsCheckBox.Caption:=lisEnvJumpFromMessageToSrcOnDblClickOtherwiseSingleClick;
|
||||
MsgViewFocusCheckBox.Caption:=dlgEOFocusMessagesAfterCompilation;
|
||||
CheckDiskChangesWithLoadingCheckBox.Caption := lisCheckChangesOnDiskWithLoading;
|
||||
CheckDiskChangesWithLoadingCheckBox.Caption :=
|
||||
lisCheckForDiskFileChangesViaContentRatherThanTimesta;
|
||||
end;
|
||||
|
||||
procedure TDesktopOptionsFrame.ReadSettings(AOptions: TAbstractIDEOptions);
|
||||
|
@ -989,6 +989,8 @@ resourcestring
|
||||
dlgIDEOptions = 'IDE Options';
|
||||
dlgBakNoSubDirectory = '(no subdirectory)';
|
||||
dlgEOFocusMessagesAfterCompilation = 'Focus messages after compilation';
|
||||
lisCheckForDiskFileChangesViaContentRatherThanTimesta = 'Check for disk file'
|
||||
+' changes via content rather than timestamp';
|
||||
|
||||
// Search dialog
|
||||
dlgSearchCaption = 'Searching ...';
|
||||
@ -1089,7 +1091,6 @@ resourcestring
|
||||
dlgDesktopMisc = 'Misc Options';
|
||||
lisSavedSuccessfully = 'Saved successfully';
|
||||
lisLoadedSuccessfully = 'Loaded successfully';
|
||||
lisCheckChangesOnDiskWithLoading = 'Check changes on disk with loading';
|
||||
|
||||
lisEnvJumpFromMessageToSrcOnDblClickOtherwiseSingleClick = 'Jump from '
|
||||
+'message to source line on double click (otherwise: single click)';
|
||||
|
Loading…
Reference in New Issue
Block a user