=== modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/resources/org/hisp/dhis/patient/i18n_module.properties' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/resources/org/hisp/dhis/patient/i18n_module.properties 2013-09-05 17:59:57 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/resources/org/hisp/dhis/patient/i18n_module.properties 2013-09-05 18:46:04 +0000 @@ -457,3 +457,4 @@ relationship_type = Relationship type relationship_details = Relationship details program_related = Program related +no_program = No program \ No newline at end of file === modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/patientRegistrationForm.vm' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/patientRegistrationForm.vm 2013-09-05 18:40:38 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/patientRegistrationForm.vm 2013-09-05 18:46:04 +0000 @@ -32,7 +32,7 @@ #if($registrationForm.program) $encoder.htmlEncode( $registrationForm.program.name ) #else - $i18n.getString('all') + $i18n.getString('no_program') #set($hasCommonForm = 'true') #end @@ -86,7 +86,7 @@ #end #if($hasCommonForm=='false') - $i18n.getString('all') + $i18n.getString('no_program') [$i18n.getString('none')] [$i18n.getString('none')]