mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 23:19:28 +02:00
IDE: added i18n for global star directory excludes caption
This commit is contained in:
parent
626a74fd13
commit
ce13bca9ff
@ -297,7 +297,7 @@ begin
|
||||
|
||||
SetDefaultMenuItem.Caption := lisFileFiltersSetDefaults;
|
||||
|
||||
lblStarDirExcludes.Caption:='Excludes for * and ** in unit and include search paths';
|
||||
lblStarDirExcludes.Caption:=lisExcludesForStars;
|
||||
end;
|
||||
|
||||
procedure TFileFiltersOptionsFrame.ReadSettings(AOptions: TAbstractIDEOptions);
|
||||
|
@ -6121,6 +6121,9 @@ resourcestring
|
||||
lisMenuPkgNewPackageComponent = 'New package component';
|
||||
lisSaveChangedFiles = 'Save changed files?';
|
||||
|
||||
lisExcludesForStars =
|
||||
'Excludes for * and ** in unit and include search paths';
|
||||
|
||||
lisUIClearIncludedByReference = 'Clear include cache';
|
||||
lisChangeParent = 'Change Parent';
|
||||
lisLazarusIDE = 'Lazarus IDE';
|
||||
|
Loading…
Reference in New Issue
Block a user