mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 07:09:28 +02:00
Merge branch 'Cody/OptionsTitle' into 'main'
Cody: Options frame title improvement See merge request freepascal.org/lazarus/lazarus!493
This commit is contained in:
commit
a43dba1a7e
@ -146,7 +146,7 @@ end;
|
||||
|
||||
function TCodyMiscOptionsFrame.GetTitle: String;
|
||||
begin
|
||||
Result:=crsIDEIntegration;
|
||||
Result:=crsCodyOptionsTitle;
|
||||
end;
|
||||
|
||||
procedure TCodyMiscOptionsFrame.ReadSettings(AOptions: TAbstractIDEOptions
|
||||
|
@ -232,7 +232,7 @@ resourcestring
|
||||
crsCaretOutsideOfCode = 'Caret outside of code';
|
||||
crsPackage2 = 'Package: %s';
|
||||
|
||||
crsIDEIntegration = 'IDE Integration';
|
||||
crsCodyOptionsTitle = 'Cody';
|
||||
crsMinutes = '%s minutes';
|
||||
crsSeconds = '%s seconds';
|
||||
crsLoadDictionaryAfter = 'Load dictionary after %s';
|
||||
|
Loading…
Reference in New Issue
Block a user