← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 2276: Minor fix.

 

------------------------------------------------------------
revno: 2276
committer: Tran Chau <tran.hispvietnam@xxxxxxxxx>
branch nick: trunk
timestamp: Wed 2010-09-29 23:38:01 +0700
message:
  Minor fix.
modified:
  dhis-2/dhis-web/dhis-web-validationrule/src/main/resources/org/hisp/dhis/validationrule/i18n_module.properties
  dhis-2/dhis-web/dhis-web-validationrule/src/main/webapp/dhis-web-validationrule/editExpressionForm.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-validationrule/src/main/resources/org/hisp/dhis/validationrule/i18n_module.properties'
--- dhis-2/dhis-web/dhis-web-validationrule/src/main/resources/org/hisp/dhis/validationrule/i18n_module.properties	2010-09-22 09:14:07 +0000
+++ dhis-2/dhis-web/dhis-web-validationrule/src/main/resources/org/hisp/dhis/validationrule/i18n_module.properties	2010-09-29 16:38:01 +0000
@@ -3,7 +3,7 @@
 show_details= Show details
 group_members= Group Members
 filters	= Filters
-filter_by_group_view_all	= Filter by group/view all
+filter_by_dataset_view_all	= Filter by dataset/view all
 filter_by_name= Filter by name
 available_data_elements	= Available data elements
 saving_validation_rule_failed= Saving Validation Rule failed

=== modified file 'dhis-2/dhis-web/dhis-web-validationrule/src/main/webapp/dhis-web-validationrule/editExpressionForm.vm'
--- dhis-2/dhis-web/dhis-web-validationrule/src/main/webapp/dhis-web-validationrule/editExpressionForm.vm	2010-09-18 09:50:09 +0000
+++ dhis-2/dhis-web/dhis-web-validationrule/src/main/webapp/dhis-web-validationrule/editExpressionForm.vm	2010-09-29 16:38:01 +0000
@@ -47,7 +47,7 @@
   	  
   	  <select id="dataSetId" name="dataSetId" style="min-width:450px" onchange="filterDataElements( 'dataSetId', 'filter' )">
 	  	#if($!dataSets.size() > 0)
-			<option value="$ALL">[ $i18n.getString( "filter_by_group_view_all" ) ]</option>
+			<option value="$ALL">[ $i18n.getString( "filter_by_dataset_view_all" ) ]</option>
 			<option value="$ALL">[ $i18n.getString( "view_all" ) ]</option>
 			#foreach ( $dataSet in $dataSets )
 			  <option value="$dataSet.id" #if ( $dataSetId == $dataSet.id ) selected="selected"#end>$encoder.htmlEncode( $dataSet.name )</option>