Skip to content

Commit 6e96b51

Browse files
authored
Merge pull request #7196 from janezd/louvain-apply-msg
Louvain Clustering: Fix misleading message (commit -> apply)
2 parents 87c416e + 40b7564 commit 6e96b51

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
@@ -11642,7 +11642,7 @@ widgets/unsupervised/owlouvainclustering.py:
1164211642
class `Outputs`:
1164311643
Network: Mreža
1164411644
class `Information`:
11645-
Press commit to recompute clusters and send new data: Pritisnite Uveljavi za izračun novih gruč in pošiljanje podatkov
11645+
Press Apply to recompute clusters and send new data: Pritisnite Uveljavi za izračun novih gruč in pošiljanje podatkov
1164611646
class `Error`:
1164711647
No features in data: Podatki ne vsebujejo spremenljivk
1164811648
def `__init__`:

0 commit comments

Comments
 (0)