Skip to content

Commit

Permalink
Proper capitalization of menu items.
Browse files Browse the repository at this point in the history
  • Loading branch information
tinevez committed Oct 9, 2024
1 parent f5eb7eb commit 7de3fd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public class CSVImporterPlugin implements MamutPlugin

static
{
menuTexts.put( SHOW_CSV_IMPORTER_DIALOG_ACTION, "CSV Importer" );
menuTexts.put( SHOW_CSV_IMPORTER_DIALOG_ACTION, "CSV importer" );
}

private final ToggleCSVImporterDialogAction toggleImporterDialog = new ToggleCSVImporterDialogAction();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
public class NearestObjectStatPlugin implements MamutPlugin
{

public static final String[] MENU_PATH = new String[] { "Plugins", "Compute Feature" };
public static final String[] MENU_PATH = new String[] { "Plugins", "Compute feature" };

public static final String SHOW_NEAREST_NEIGHBORS_STATS_DIALOG_ACTION = "generate statistics on nearest neighbors";

Expand Down

0 comments on commit 7de3fd1

Please sign in to comment.