IDE: change disk changes option: better caption

git-svn-id: trunk@34121 -
This commit is contained in:
mattias 2011-12-11 23:13:29 +00:00
parent 5f0b15ad52
commit 862785cad7
3 changed files with 5 additions and 3 deletions

View File

@ -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;

View File

@ -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);

View File

@ -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)';