Author: joyce
Date: Thu Mar 6 21:30:24 2014
New Revision: 1575051
URL: http://svn.apache.org/r1575051
Log:
CLIMATE-359 - Update reference dataset wording in settings menu
Modified:
climate/trunk/ocw-ui/frontend/app/partials/main.html
Modified: climate/trunk/ocw-ui/frontend/app/partials/main.html
URL:
http://svn.apache.org/viewvc/climate/trunk/ocw-ui/frontend/app/partials/main.html?rev=1575051&r1=1575050&r2=1575051&view=diff
==============================================================================
--- climate/trunk/ocw-ui/frontend/app/partials/main.html (original)
+++ climate/trunk/ocw-ui/frontend/app/partials/main.html Thu Mar 6 21:30:24
2014
@@ -14,7 +14,7 @@
<h4>Select how you would like to temporally re-grid the datasets.</h4>
<select ng-model="settings.temporal.selected" ng-options="opt for opt in
settings.temporal.options"></select>
<hr />
- <h4>Select which dataset to use as the grid base.</h4>
+ <h4>Select which dataset to use as the reference.</h4>
<select ng-model="settings.spatialSelect" ng-options="dataset as
dataset.name for dataset in datasets"></select>
<hr />
<h4>Select a file which will define the bounds of subregions.</h4>