← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 8464: Minor

 

------------------------------------------------------------
revno: 8464
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2012-10-10 17:51:52 +0200
message:
  Minor
modified:
  dhis-2/dhis-web/dhis-web-dataentry/src/main/resources/org/hisp/dhis/de/i18n_module.properties
  dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/validationResult.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-dataentry/src/main/resources/org/hisp/dhis/de/i18n_module.properties'
--- dhis-2/dhis-web/dhis-web-dataentry/src/main/resources/org/hisp/dhis/de/i18n_module.properties	2012-09-18 13:32:54 +0000
+++ dhis-2/dhis-web/dhis-web-dataentry/src/main/resources/org/hisp/dhis/de/i18n_module.properties	2012-10-10 15:51:52 +0000
@@ -37,7 +37,7 @@
 validation_result=Validation Result
 expression=Expression
 successful_validation=The data entry screen successfully passed validation
-unsuccessful_validation=The data entry screen has validation errors, please correct these before proceeding
+data_entry_screen_has_following_errors=The data entry screen has the following validation errors, please correct these before proceeding
 the_following_values_violate_rules=The following values violate validation rules
 the_following_values_are_outliers=The following values are considered as outliers (min-max or std dev)
 value=Value

=== modified file 'dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/validationResult.vm'
--- dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/validationResult.vm	2012-10-08 18:25:56 +0000
+++ dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/validationResult.vm	2012-10-10 15:51:52 +0000
@@ -1,9 +1,8 @@
 <h3>$i18n.getString( "validation_result" ) &nbsp;<img src="../images/warning_small.png"></h3>
 
-<p class="bold">$i18n.getString( "unsuccessful_validation" )</p>
+<p class="bold">$i18n.getString( "data_entry_screen_has_following_errors" )</p>
 
 #if( $results.size() > 0)
-    <p class="bold">$i18n.getString( "the_following_values_violate_rules" )</p>
     <table class="listTable" width="100%">
         <tr>
             <th style="width:110px">$i18n.getString( "validation_rule" )</th>