Skip to content

Commit

Permalink
Proper capitalization of the menu item.
Browse files Browse the repository at this point in the history
  • Loading branch information
tinevez committed Oct 9, 2024
1 parent 0e7ee27 commit 3586ea4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public class SelectionParserPlugin implements MamutPlugin

static
{
menuTexts.put( SHOW_SELECTION_CREATOR_WINDOW, "Selection Creator" );
menuTexts.put( SHOW_SELECTION_CREATOR_WINDOW, "Selection creator" );
}

/*
Expand Down

0 comments on commit 3586ea4

Please sign in to comment.