Skip to content
Snippets Groups Projects
Commit 9626651b authored by tcarver's avatar tcarver
Browse files

typo fix

parent 9d00177e
No related branches found
No related tags found
No related merge requests found
......@@ -1987,7 +1987,7 @@ public class BamView extends JPanel
"The length of the sequence loaded does not match the length of",
"the default reference sequence in the BAM ("+seqNames.get(0)+").",
(newIndex == -1 ? "" : "The length does match the reference "+
seqNames.get(newIndex)+" so this has been\nset as the default.")
seqNames.get(newIndex)+" so this has been set as the default.")
};
new NonModalDialog(frame, label);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment