mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-10-01 11:09:40 +02:00
IDE: fixed typo in a name of a resource string, also cleaned up hacky spaces in a caption
This commit is contained in:
parent
1a28bdd0f9
commit
54e3f2ca0c
@ -112,8 +112,8 @@ begin
|
||||
ICSortDividerBevel.Caption:=lisSorting;
|
||||
ICSortForHistoryCheckBox.Caption:=lisShowRecentlyUsedIdentifiersAtTop;
|
||||
ICSortOrderRadioGroup.Hint:=lisForExampleShowAtTopTheLocalVariablesThenTheMembers;
|
||||
ICSortOrderRadioGroup.Caption:=' '+lisSortOrderTitle+' ';
|
||||
ICSortOrderRadioGroup.Items[0]:= lisSortOrderSopedAlphabetic;
|
||||
ICSortOrderRadioGroup.Caption:=lisSortOrderTitle;
|
||||
ICSortOrderRadioGroup.Items[0]:= lisSortOrderScopedAlphabetic;
|
||||
ICSortOrderRadioGroup.Items[1]:= lisSortOrderAlphabetic;
|
||||
ICSortOrderRadioGroup.Items[2]:= lisSortOrderDefinition;
|
||||
ICContentDividerBevel.Caption:=lisContents;
|
||||
|
@ -5778,7 +5778,7 @@ resourcestring
|
||||
+' ancestors, then the current unit, then of used units';
|
||||
lisSortOrderTitle = 'Order by';
|
||||
lisSortOrderDefinition = 'Definition (Scoped)';
|
||||
lisSortOrderSopedAlphabetic = 'Alphabetic (Scoped)';
|
||||
lisSortOrderScopedAlphabetic = 'Alphabetic (Scoped)';
|
||||
lisSortOrderAlphabetic = 'Alphabetic';
|
||||
lisShowEmptyUnitsPackages = 'Show empty units/packages';
|
||||
lisUsePackageInProject = 'Use package %s in project';
|
||||
|
Loading…
Reference in New Issue
Block a user