← Back to team overview

dhis2-devs team mailing list archive

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

 

------------------------------------------------------------
revno: 1236
committer: Lars Helge Oeverland <larshelge@xxxxxxxxx>
branch nick: trunk
timestamp: Thu 2009-12-17 08:33:46 +0100
message:
  Minor fix.
modified:
  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/webapp/dhis-web-reporting/addTableForm.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/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	2009-12-09 15:41:35 +0000
+++ dhis-2/dhis-web/dhis-web-reporting/src/main/resources/org/hisp/dhis/reporting/i18n_module.properties	2009-12-17 07:33:46 +0000
@@ -272,6 +272,7 @@
 month = Month
 year = Year
 total = Total
+select_dimension = Select dimension
 tally_sheet_report = Tally Sheet report
 intro_standard_report = View and add standard reports. These reports can be based on report tables and can be designed in BIRT or JasperReports.
 intro_dataset_report = View data set reports. These reports are based on data entry screens and will produce a report with aggregated data.

=== modified file 'dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/addTableForm.vm'
--- dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/addTableForm.vm	2009-11-24 11:01:39 +0000
+++ dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/addTableForm.vm	2009-12-17 07:33:46 +0000
@@ -77,7 +77,7 @@
         <tr>
             <td>
                 <select id="dimensionSetId" name="dimensionSetId" style="min-width:640px" onchange="getDimensionSetDataElements()">
-                    <option value="-1">[ $i18n.getString( "select_category_combo" ) ]</option>
+                    <option value="-1">[ $i18n.getString( "select_dimension" ) ]</option>
                     #foreach ( $dimensionSet in $dimensionSets )
                         <option value="$dimensionSet.dimensionSetId">$dimensionSet.name</option>
                     #end