File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments