Skip to content

Commit 5755217

Browse files
committed
Rename the label for enrichment correction method option
1 parent 492be08 commit 5755217

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Actions/EnrichmentSettingsAction.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ using namespace mv::gui;
66
EnrichmentSettingsAction::EnrichmentSettingsAction(QObject* parent, const QString& title) :
77
GroupAction(parent, title),
88
_organismPickerAction(this, "Organism"),
9-
_significanceThresholdMethodAction(this, "Significance Threshold Method")
9+
_significanceThresholdMethodAction(this, "Significance Correction Method")
1010
{
1111
setIconByName("dna");
1212
setConfigurationFlag(WidgetAction::ConfigurationFlag::ForceCollapsedInGroup);

0 commit comments

Comments
 (0)