mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-26 18:03:49 +02:00
IDE: improved i18n
This commit is contained in:
parent
78abf72f0b
commit
2de488586c
@ -122,6 +122,7 @@ begin
|
||||
ProjectTypeCB.Items.AddObject(pd.GetLocalizedName, pd);
|
||||
end;
|
||||
|
||||
divInitialChecks.Caption := lisInitialChecks;
|
||||
CheckFPPkgCheckBox.Caption:=lisQuickCheckFppkgConfigurationAtStart;
|
||||
end;
|
||||
|
||||
|
@ -1625,7 +1625,8 @@ resourcestring
|
||||
dlgProjectToOpenOrCreate = 'Project to Open or Create';
|
||||
dlgQOpenLastPrj = 'Open last project and packages at start';
|
||||
dlgNewProjectType = 'New Project Type';
|
||||
lisQuickCheckFppkgConfigurationAtStart = 'Quick check fppkg configuration at'
|
||||
lisInitialChecks = 'Initial Checks';
|
||||
lisQuickCheckFppkgConfigurationAtStart = 'Quick check Fppkg configuration at'
|
||||
+' start';
|
||||
|
||||
// open-dialog filters
|
||||
|
Loading…
Reference in New Issue
Block a user