=== renamed file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/icons/datacompletenessreport.png' => 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/icons/reportingratesummary.png' === modified file 'dhis-2/dhis-web/dhis-web-reporting/src/main/java/org/hisp/dhis/reporting/completeness/action/GetDataCompletenessAction.java' --- dhis-2/dhis-web/dhis-web-reporting/src/main/java/org/hisp/dhis/reporting/completeness/action/GetDataCompletenessAction.java 2011-10-21 09:24:04 +0000 +++ dhis-2/dhis-web/dhis-web-reporting/src/main/java/org/hisp/dhis/reporting/completeness/action/GetDataCompletenessAction.java 2011-11-23 13:30:56 +0000 @@ -211,7 +211,7 @@ private Grid getGrid( List mainResults, List footerResults, OrganisationUnit unit, DataSet dataSet ) { - String title = i18n.getString( "data_completeness_report" ); + String title = i18n.getString( "reporting_rate_summary" ); String subtitle = (unit != null ? unit.getName() : EMPTY) + SPACE + (dataSet != null ? dataSet.getName() : EMPTY); === modified file 'dhis-2/dhis-web/dhis-web-reporting/src/main/resources/org/hisp/dhis/reporting/i18n_module.properties' --- dhis-2/dhis-web/dhis-web-reporting/src/main/resources/org/hisp/dhis/reporting/i18n_module.properties 2011-11-02 14:39:42 +0000 +++ dhis-2/dhis-web/dhis-web-reporting/src/main/resources/org/hisp/dhis/reporting/i18n_module.properties 2011-11-23 13:30:56 +0000 @@ -317,7 +317,7 @@ intro_chart = View and add charts. Charts are based on indicators and either organisation units or periods. intro_pivot_table = Browse pivot tables, which can be pivoted on any of the indicator, organisation unit and period dimensions. intro_report_table = Add and generate report tables. Report tables are customizable database tables which can be used as basis for reports. -intro_data_completeness = Browse the submission rates of data sets by organisation unit and period based in various criteria for completeness. +intro_reporting_rate_summary = Browse the reporting rates of data sets by organisation unit and period based on various criteria for submission. intro_orgunit_distribution_report = Browse the organisation unit distribution report based on the organisation unit group sets and its groups. orgunit_distribution_report = Organisation Unit Distribution Report create_period_by_indicator_chart = Create period by indicator chart @@ -393,4 +393,5 @@ reporting_period = Reporting period last_5_years = Last 5 years last_12_months = Last 12 months -last_4_quarters = Last 4 quarters \ No newline at end of file +last_4_quarters = Last 4 quarters +reporting_rate_summary = Reporting Rate Summary \ No newline at end of file === modified file 'dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/index.vm' --- dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/index.vm 2011-07-27 10:24:35 +0000 +++ dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/index.vm 2011-11-23 13:30:56 +0000 @@ -10,7 +10,7 @@