[svn r17985] Minor - Improved titles for users and destination users list - see FS#3524

skala
Cristian Fasanando 16 years ago
parent a4221cd381
commit 6c3a4d1a34
  1. 6
      main/announcements/announcements.inc.php

@ -1,4 +1,4 @@
<?php //$Id: announcements.inc.php 17983 2009-01-24 01:13:39Z cfasanando $
<?php //$Id: announcements.inc.php 17985 2009-01-24 01:35:16Z cfasanando $
/*
==============================================================================
Dokeos - elearning and course management software
@ -102,7 +102,7 @@ function show_to_form($to_already_selected)
// the form containing all the groups and all the users of the course
echo "\t\t<td>\n";
echo "<strong>".get_lang('UsersList')."</strong><br />";
echo "<strong>".get_lang('Users')."</strong><br />";
construct_not_selected_select_form($group_list,$user_list,$to_already_selected);
echo "\t\t</td>\n";
@ -121,7 +121,7 @@ function show_to_form($to_already_selected)
echo "\n\t\t<td>\n";
// the form containing the selected groups and users
echo "<strong>".get_lang('DestinationUsersList')."</strong><br />";
echo "<strong>".get_lang('DestinationUsers')."</strong><br />";
construct_selected_select_form($group_list,$user_list,$to_already_selected);
echo "\t\t</td>\n";
echo "\t</tr>\n";

Loading…
Cancel
Save