------------------------------------------------------------
revno: 19891
committer: Lars Helge Overland <[email protected]>
branch nick: dhis2
timestamp: Sun 2015-08-30 21:03:15 +0200
message:
  Data value import ui, preload cache default to no
modified:
  
dhis-2/dhis-web/dhis-web-importexport/src/main/webapp/dhis-web-importexport/importDataValue.vm


--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to 
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-web/dhis-web-importexport/src/main/webapp/dhis-web-importexport/importDataValue.vm'
--- dhis-2/dhis-web/dhis-web-importexport/src/main/webapp/dhis-web-importexport/importDataValue.vm	2015-02-20 11:17:31 +0000
+++ dhis-2/dhis-web/dhis-web-importexport/src/main/webapp/dhis-web-importexport/importDataValue.vm	2015-08-30 19:03:15 +0000
@@ -76,8 +76,8 @@
 <tr class="moreOptions" style="display:none">
 	<td>$i18n.getString( "preload_cache" )</td>
 	<td><select id="preheatCache" name="preheatCache" style="width:190px">
+		<option value="false">$i18n.getString( "no" )</option>
 		<option value="true">$i18n.getString( "yes" )</option>
-		<option value="false">$i18n.getString( "no" ) ($i18n.getString( "faster_for_small_imports" ))</option>
     </select></td>
 </tr>
 <tr>

_______________________________________________
Mailing list: https://launchpad.net/~dhis2-devs
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp

Reply via email to