mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-16 06:09:29 +02:00
IDE: Remove unused resource strings.
git-svn-id: trunk@59375 -
This commit is contained in:
parent
1313ae2b9b
commit
e3566aa064
@ -3962,7 +3962,6 @@ resourcestring
|
||||
lisUnableToCopyFileTo = 'Unable to copy file "%s"%sto "%s"';
|
||||
lisCanNotCreateFile = 'Cannot create file "%s"';
|
||||
lisExtendUnitPath = 'Extend unit path?';
|
||||
lisTheDirectoryIsNotYetInTheUnitPathAddIt = 'The directory "%s" is not yet in the unit path.%sAdd it?';
|
||||
lisUnableToWrite2 = 'Unable to write "%s"';
|
||||
lisUnableToWriteFile = 'Unable to write file';
|
||||
lisUnableToWriteFile2 = 'Unable to write file "%s".';
|
||||
@ -4560,7 +4559,6 @@ resourcestring
|
||||
lisA2PDirectoryForUnitFile = 'Directory for unit file:';
|
||||
lisA2PUnitName = 'Unit name:';
|
||||
lisA2PShortenOrExpandFilename = 'Shorten or expand filename';
|
||||
lisA2PSaveFileDialog = 'Save file dialog';
|
||||
lisA2PIcon24x24 = 'Icon 24x24:';
|
||||
lisA2PIcon36x36 = 'Icon 36x36:';
|
||||
lisA2PIcon48x48 = 'Icon 48x48:';
|
||||
|
@ -251,7 +251,7 @@ begin
|
||||
with UnitDirectoryBrowseButton do begin
|
||||
Caption:='...';
|
||||
ShowHint:=true;
|
||||
Hint:=lisChooseDirectory; // Remove lisA2PSaveFileDialog later.
|
||||
Hint:=lisChooseDirectory;
|
||||
end;
|
||||
with UnitDirectoryShortenButton do begin
|
||||
Caption:='<>';
|
||||
|
Loading…
Reference in New Issue
Block a user