Skip to content
Snippets Groups Projects
Commit 8674cdf4 authored by tjc's avatar tjc
Browse files

tidy

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@8274 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent 44f24f19
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,7 @@ public class FindAndReplace extends JFrame
final EntryGroup entry_group,
final BasePlotGroup base_plot_group)
{
super("Find/Replace/Delete");
super("Search");
this.entry_group = entry_group;
......@@ -318,7 +318,7 @@ public class FindAndReplace extends JFrame
c.gridx = 0;
c.gridy = 0;
c.gridwidth = 3;
panel.add(new JLabel("Search for duplicate qualifiers:"), c);
panel.add(new JLabel("Search features for duplicate qualifiers:"), c);
c.gridwidth = 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment