Skip to content

Commit 0f3d59d

Browse files
committed
oweditdomain: Add keywords
1 parent 28a2430 commit 0f3d59d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Orange/widgets/data/oweditdomain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -865,7 +865,7 @@ class OWEditDomain(widget.OWWidget):
865865
description = "Rename variables, edit categories and variable annotations."
866866
icon = "icons/EditDomain.svg"
867867
priority = 3125
868-
keywords = []
868+
keywords = ["rename", "drop", "reorder", "order"]
869869

870870
class Inputs:
871871
data = Input("Data", Orange.data.Table)

0 commit comments

Comments
 (0)