Skip to content

Commit 63e10f3

Browse files
author
akramhar
committed
Fixed some labels
1 parent 55e30eb commit 63e10f3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/main/java/edu/umassmed/omega/commons/trajectoryTool/OmegaDataToolConstants.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
package edu.umassmed.omega.commons.trajectoryTool;
22

33
public class OmegaDataToolConstants {
4-
4+
55
public static String RUN_NAME = "Run name";
66
public static String RUN_ON = "Run on";
7-
public static String RUN_BY = "Run by";
7+
public static String RUN_BY = "Owner";
88
public static String ALGORITHM = "Algorithm";
99
public static String AUTHOR = "Author";
1010
public static String VERSION = "Version";
@@ -13,15 +13,15 @@ public class OmegaDataToolConstants {
1313
public static String DESCRIPTION = "Description";
1414
public static String PARAMETERS = "Parameters";
1515
public static String PARAM = "Param";
16-
16+
1717
public static final String PARTICLE_TRACKINDEX = "track index";
1818
public static final String PARTICLE_FRAMEINDEX = "identifier";
1919
public static final String PARTICLE_XCOORD = "x";
2020
public static final String PARTICLE_YCOORD = "y";
2121
public static final String PARTICLE_CENT_INTENSITY = "centroid intensity";
2222
public static final String PARTICLE_PEAK_INTENSITY = "peak intensity";
2323
public static final String PARTICLE_SEPARATOR = "separator";
24-
24+
2525
public static final String FILE_IDENTIFIER_TT = "Enter a single file name or in case of multiple files to import, enter a regular expression (RegEx) capturing the file name pattern being used. For example for the following file name: SMSS_MIXED_1.txt. The correct RegEx is: SMSS_MIXED_[\\d].txt";
2626
public static final String DATA_IDENTIFIER_TT = "In case all of your data is contained in a single file, enter the term describing the type of the data you wish to import. Examples are: Particle, Link, Trajectory, Edited Trajectory, Segment etc.";
2727
public static final String PARTICLE_IDENTIFIER_TT = "If available, enter the character that in your file identifies lines containing particle data";

0 commit comments

Comments
 (0)