------------------------------------------------------------ revno: 21980 committer: Lars Helge Overland <[email protected]> branch nick: dhis2 timestamp: Tue 2016-02-16 16:19:35 -0500 message: I18n, minor modified: dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/dataApprovalForm.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/dataApprovalForm.vm' --- dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/dataApprovalForm.vm 2016-02-09 21:30:25 +0000 +++ dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/dataApprovalForm.vm 2016-02-16 21:19:35 +0000 @@ -42,7 +42,7 @@ var i18n_confirm_accept = '$encoder.jsEscape( $i18n.getString( "confirm_accept" ) , "'")'; var i18n_confirm_unaccept = '$encoder.jsEscape( $i18n.getString( "confirm_unaccept" ) , "'")'; var i18n_approve = '$encoder.jsEscape( $i18n.getString( "approve" ), "'")'; -var i18n_unapprove = '$encoder.jsEscape( $i18n.getString( "i18n_unapprove" ), "'")'; +var i18n_unapprove = '$encoder.jsEscape( $i18n.getString( "unapprove" ), "'")'; var i18n_accept = '$encoder.jsEscape( $i18n.getString( "accept" ), "'")'; var i18n_unaccept = '$encoder.jsEscape( $i18n.getString( "unaccept" ), "'")'; var i18n_items = '$encoder.jsEscape( $i18n.getString( "items" ), "'")';
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : [email protected] Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp

