Skip to content

Commit 3e0bf91

Browse files
committed
fix: wrong captions on quick filter actions shown in preferences > shortcuts
Closes #1646
1 parent 7ce4a23 commit 3e0bf91

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/main.lfm

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4847,31 +4847,31 @@ object MainForm: TMainForm
48474847
end
48484848
object actQuickFilterFocused3: TAction
48494849
Category = 'Data'
4850-
Caption = 'Quick filter: Column > Focused'
4850+
Caption = 'Quick filter: Column LIKE Focused%'
48514851
ImageIndex = 61
48524852
OnExecute = QuickFilterClick
48534853
end
48544854
object actQuickFilterFocused4: TAction
48554855
Category = 'Data'
4856-
Caption = 'Quick filter: Column < Focused'
4856+
Caption = 'Quick filter: Column LIKE %Focused'
48574857
ImageIndex = 61
48584858
OnExecute = QuickFilterClick
48594859
end
48604860
object actQuickFilterFocused5: TAction
48614861
Category = 'Data'
4862-
Caption = 'Quick filter: Column LIKE Focused%'
4862+
Caption = 'Quick filter: Column LIKE %Focused%'
48634863
ImageIndex = 61
48644864
OnExecute = QuickFilterClick
48654865
end
48664866
object actQuickFilterFocused6: TAction
48674867
Category = 'Data'
4868-
Caption = 'Quick filter: Column LIKE %Focused'
4868+
Caption = 'Quick filter: Column > Focused'
48694869
ImageIndex = 61
48704870
OnExecute = QuickFilterClick
48714871
end
48724872
object actQuickFilterFocused7: TAction
48734873
Category = 'Data'
4874-
Caption = 'Quick filter: Column LIKE %Focused%'
4874+
Caption = 'Quick filter: Column < Focused'
48754875
ImageIndex = 61
48764876
OnExecute = QuickFilterClick
48774877
end

0 commit comments

Comments
 (0)