Skip to content

Commit

Permalink
rename genark menu item
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobinso committed Mar 1, 2024
1 parent cb5e3f5 commit e4401e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/org/broad/igv/ui/IGVMenuBar.java
Original file line number Diff line number Diff line change
Expand Up @@ -365,8 +365,8 @@ private JMenu createGenomesMenu() {

// Track hubs
menu.add(new JSeparator());

JMenuItem genArkItem = new JMenuItem(new UCSCGenArkAction("Select UCSC GenArk assembly...", 0, igv));
JMenuItem genArkItem = new JMenuItem(new UCSCGenArkAction("Search UCSC GenArk Assemblies...", 0, igv));
menu.add(genArkItem);

JMenuItem trackHubItem = new JMenuItem(new LoadFromURLMenuAction(LoadFromURLMenuAction.LOAD_TRACKHUB, KeyEvent.VK_S, igv));
Expand Down

0 comments on commit e4401e1

Please sign in to comment.