Skip to content

Commit 40b7564

Browse files
committed
Louvain Clustering: Fix misleading message (commit -> apply)
1 parent c807a41 commit 40b7564

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Orange/widgets/unsupervised/owlouvainclustering.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class Outputs:
7373
auto_commit = Setting(False)
7474

7575
class Information(widget.OWWidget.Information):
76-
modified = Msg("Press commit to recompute clusters and send new data")
76+
modified = Msg("Press Apply to recompute clusters and send new data")
7777

7878
class Error(widget.OWWidget.Error):
7979
empty_dataset = Msg("No features in data")

i18n/si/msgs.jaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11581,7 +11581,7 @@ widgets/unsupervised/owlouvainclustering.py:
1158111581
class `Outputs`:
1158211582
Network: Mreža
1158311583
class `Information`:
11584-
Press commit to recompute clusters and send new data: Pritisnite Uveljavi za izračun novih gruč in pošiljanje podatkov
11584+
Press Apply to recompute clusters and send new data: Pritisnite Uveljavi za izračun novih gruč in pošiljanje podatkov
1158511585
class `Error`:
1158611586
No features in data: Podatki ne vsebujejo spremenljivk
1158711587
def `__init__`:

0 commit comments

Comments
 (0)