Changed the wording again .. should be easier to scan I hope

This commit is contained in:
moodler
2005-02-13 06:15:12 +00:00
parent da2224f83d
commit 1f15db9dee
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -1836,11 +1836,11 @@ function print_visible_setting($form, $course) {
}
echo '<tr valign="top">';
echo '<td align="right"><b>'.get_string('hidefromstudents','',moodle_strtolower($course->students)).':</b></td>';
echo '<td align="right"><b>'.get_string('visibletostudents','',moodle_strtolower($course->students)).':</b></td>';
echo '<td>';
unset($choices);
$choices[1] = get_string('no');
$choices[0] = get_string('yes');
$choices[1] = get_string('show');
$choices[0] = get_string('hide');
choose_from_menu($choices, 'visible', $visible, '', '', 0, false, $hiddensection);
echo '</td></tr>';
}
+1 -1
View File
@@ -521,7 +521,6 @@ $string['hiddensectionscollapsed'] = 'Hidden sections are shown in collapsed for
$string['hiddensectionsinvisible'] = 'Hidden sections are completely invisible';
$string['hide'] = 'Hide';
$string['hideadvancedsettings'] = 'Hide advanced settings';
$string['hidefromstudents'] = 'Hide from $a';
$string['hidepicture'] = 'Hide picture';
$string['hidesettings'] = 'Hide settings';
$string['hits'] = 'Hits';
@@ -1081,6 +1080,7 @@ $a->action';
$string['virusfoundsubject'] = '$a: Virus found!';
$string['virusfounduser'] = 'The file you have uploaded, $a->filename, has been scanned by a virus checker and found to be infected! Your file upload was NOT successful.';
$string['virusplaceholder'] = 'This file that has been uploaded was found to contain a virus and has been moved or delted and the user notified.';
$string['visibletostudents'] = 'Visible to $a';
$string['webpage'] = 'Web page';
$string['week'] = 'Week';
$string['weekhide'] = 'Hide this week from $a';