dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #19187
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 8266: minor i18n fix for send message
------------------------------------------------------------
revno: 8266
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2012-09-26 15:56:09 +0700
message:
minor i18n fix for send message
modified:
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/webapp/dhis-web-dashboard-integration/sendMessage.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-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",