mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-16 02:10:08 +02:00
IDE: Improve a GUI text in DiskDiffsDlg a little.
git-svn-id: trunk@64057 -
This commit is contained in:
parent
551c9ccc08
commit
cc16851bba
@ -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;
|
||||
|
||||
|
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user