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

correct Pfam message

parent a4b02a04
No related branches found
No related tags found
No related merge requests found
......@@ -115,8 +115,8 @@ public class RunMenu extends SelectionMenu
if(features.size() != 1)
{
JOptionPane.showMessageDialog(RunMenu.this,
"Selected a single feature to send to NCBI for searching.",
"NCBI Search", JOptionPane.INFORMATION_MESSAGE);
"Selected a single feature to send to Pfam for searching.",
"Pfam Search", JOptionPane.INFORMATION_MESSAGE);
return;
}
final String residues = features.elementAt(0).getTranslation().toString().toUpperCase();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment