------------------------------------------------------------ revno: 4080 committer: Morten Olav Hansen <[email protected]> branch nick: dhis2 timestamp: Wed 2011-07-06 20:41:37 +0300 message: minor consistency fixes to "new chart" list modified: dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/addChartForm.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-reporting/src/main/webapp/dhis-web-reporting/addChartForm.vm' --- dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/addChartForm.vm 2011-06-08 09:02:26 +0000 +++ dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/addChartForm.vm 2011-07-06 17:41:37 +0000 @@ -28,17 +28,17 @@ #macro ( getHeader ) #if ( $dimension == "period" ) - $i18n.getString( "create_indicator_by_period_chart" ) + $i18n.getString( "create_period_by_indicator_chart" ) #elseif( $dimension == "period_dataElement" ) - $i18n.getString( "create_dataelement_by_period_chart" ) + $i18n.getString( "create_period_by_dataelement_chart" ) #elseif ( $dimension == "organisationUnit" ) $i18n.getString( "create_indicator_by_organisation_unit_chart" ) #elseif ( $dimension == "organisationUnit_dataElement" ) $i18n.getString( "create_dataelement_by_organisation_unit_chart" ) #elseif ( $dimension == "indicator" ) - $i18n.getString( "create_period_by_indicator_chart" ) + $i18n.getString( "create_indicator_by_period_chart" ) #elseif ( $dimension == "dataElement_period" ) - $i18n.getString( "create_period_by_dataelement_chart" ) + $i18n.getString( "create_dataelement_by_period_chart" ) #end #end
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : [email protected] Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp

