IDE: Improve a GUI text in DiskDiffsDlg a little.

git-svn-id: trunk@64057 -
This commit is contained in:
juha 2020-10-22 20:44:58 +00:00
parent 551c9ccc08
commit cc16851bba
2 changed files with 2 additions and 2 deletions

View File

@ -390,7 +390,7 @@ begin
BtnPanel.CancelButton.Caption:=lisDiskDiffIgnoreAllDiskChanges;
IDEImages.AssignImage(WarnSpeedButton, 'state_warning');
WarnLabel.Caption:=lisDiskDiffSomeFilesChangedLocally;
WarnLabel.Caption:=lisDiskDiffSomeFilesHaveLocalChanges;
WarnLabel.Visible:=False;
WarnSpeedButton.Visible:=False;

View File

@ -4253,7 +4253,7 @@ resourcestring
lisDiskDiffSomeFilesHaveChangedOnDisk = 'Some files have changed on disk:';
lisDiskDiffClickOnOneOfTheAboveItemsToSeeTheDiff = 'Click on one of the '
+'above items to see the diff';
lisDiskDiffSomeFilesChangedLocally = 'Some files changed locally.'
lisDiskDiffSomeFilesHaveLocalChanges = 'Some files have local changes.'
+' Either local or external changes will be overwritten.';
lisDiskDiffReloadCheckedFilesFromDisk = 'Reload checked files from disk';
lisDiskDiffIgnoreAllDiskChanges = 'Ignore all disk changes';