Issue #2452 - Changed label based on feedback.
Former-commit-id:6dcd1a7969
[formerly1da1285311
[formerly dd74aef827f0892c64a7efd60b0edd1156ef31ec]] Former-commit-id:1da1285311
Former-commit-id:fb6194c464
This commit is contained in:
parent
4e78facacf
commit
bb8b6eea5f
1 changed files with 2 additions and 1 deletions
|
@ -94,6 +94,7 @@ import com.vividsolutions.jts.geom.Coordinate;
|
|||
* Oct 10, 2013 2104 mschenke Switched to use MapScalesManager
|
||||
* Oct 11, 2013 2386 mpduff Refactor DD Front end.
|
||||
* Jan 10, 2014 2452 mpduff Add label stating all lat/lons will be converted to easting.
|
||||
* Jan 25, 2014 2452 mpduff Changed label based on feedback.
|
||||
*
|
||||
* </pre>
|
||||
*
|
||||
|
@ -405,7 +406,7 @@ public class AreaComp extends Composite implements ISubset {
|
|||
gd = new GridData();
|
||||
gd.horizontalSpan = 1;
|
||||
Label l = new Label(regionComp, SWT.LEFT);
|
||||
l.setText("All entries will be converted to Easting (0-360)");
|
||||
l.setText("Lat/Lon values will be in the format of the data set.");
|
||||
l.setLayoutData(gd);
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Reference in a new issue