Skip to content
Snippets Groups Projects
Commit abcc1800 authored by Michel Zivy's avatar Michel Zivy
Browse files

english correction

parent a08392f3
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -369,7 +369,7 @@ public class Main_Windows {
t2.setText("" + conf.get_peptide_number());
t2.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, false, false));
Label l3 = new Label(composite, SWT.NONE);
l3.setText("Number of peptide per protein");
l3.setText("Number of peptides per protein");
l3.setLayoutData(new GridData(GridData.FILL_HORIZONTAL));
Text t4 = new Text(composite, SWT.SINGLE);
......
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