=== modified file 'dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/resources/org/hisp/dhis/dashboard/i18n_module.properties' --- dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/resources/org/hisp/dhis/dashboard/i18n_module.properties 2012-09-24 08:49:54 +0000 +++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/resources/org/hisp/dhis/dashboard/i18n_module.properties 2012-09-26 08:56:09 +0000 @@ -57,4 +57,5 @@ from=From load_favorite_click_share=load a favorite and click 'Share' on the top menu generate_report_table_click_share=generate a report table and click 'Share' on the top menu -share_interpretation=Share interpretation \ No newline at end of file +share_interpretation=Share interpretation +select_users_and_user_groups=Select users and user groups \ No newline at end of file === modified file 'dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/sendMessage.vm' --- dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/sendMessage.vm 2012-09-25 13:56:20 +0000 +++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/sendMessage.vm 2012-09-26 08:56:09 +0000 @@ -2,6 +2,7 @@ var i18n_enter_subject = '$encoder.jsEscape( $i18n.getString( "enter_subject" ), "'")'; var i18n_enter_text = '$encoder.jsEscape( $i18n.getString( "enter_text" ), "'")'; var i18n_select_one_or_more_recipients = '$encoder.jsEscape( $i18n.getString( "select_one_or_more_recipients" ), "'")'; +var i18n_select_users_and_user_groups = '$encoder.jsEscape( $i18n.getString( "select_users_and_user_groups" ), "'")'; function format(item) { @@ -21,7 +22,7 @@ jQuery(function() { $('#additionalUsers').select2({ - placeholder: 'Select user and user groups', + placeholder: i18n_select_users_and_user_groups, minimumInputLength: 2, multiple: true, width: "545px",