Skip to content

Commit

Permalink
Adapt capitalization of menu entry to Mastodon standard
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhahmann committed Oct 11, 2024
1 parent dfe1045 commit ef7d3f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
@Plugin( type = MamutPlugin.class )
public class ClusterLineagesPlugin extends AbstractContextual implements MamutPlugin
{
private static final String CLUSTER_LINEAGE_TRESS = "Hierarchical Clustering of Lineage Trees";
private static final String CLUSTER_LINEAGE_TRESS = "Hierarchical clustering of lineage trees";

private static final String[] CLUSTERING_LINEAGE_TRESS_KEYS = { "ctrl shift C" };

Expand Down

0 comments on commit ef7d3f6

Please sign in to comment.