diff --git a/orangecontrib/network/widgets/OWNxExplorer.py b/orangecontrib/network/widgets/OWNxExplorer.py index 7aa8ff7..3a3ad47 100644 --- a/orangecontrib/network/widgets/OWNxExplorer.py +++ b/orangecontrib/network/widgets/OWNxExplorer.py @@ -433,7 +433,7 @@ def mark_more_than_average_neighbour(): ("Mark node labelled as", text_line(), mark_label_equals), ("Mark nodes whose label starts with", text_line(), mark_label_starts), ("Mark nodes whose label contains", text_line(), mark_label_contains), - ("Mark nodes whose data that contains", text_line(), mark_text), + ("Mark nodes whose data contains", text_line(), mark_text), ("Mark nodes reachable from selected", None, mark_reachable), ("Mark nodes in vicinity of selection",