MDL-18929 fixed double colons, in fact we stopped using colons long time ago; merged from MOODLE_19_STABLE

This commit is contained in:
skodak 2009-04-22 20:05:16 +00:00
parent e8048b1d7a
commit db008d6feb
2 changed files with 2 additions and 2 deletions

View file

@ -328,7 +328,7 @@ if (!$moving) {
if (!$moving) {
echo '<br /><br />';
echo '<input type="hidden" name="bulkmove" value="0" id="bulkmoveinput" />';
echo get_string('moveselectedto', 'grades') . ' : ';
echo get_string('moveselectedto', 'grades') . ' ';
echo choose_from_menu($categories, 'moveafter', '', 'choose',
'document.getElementById(\'bulkmoveinput\').value=1;document.getElementById(\'gradetreeform\').submit()', 0, true);
echo '<div id="noscriptgradetreeform" style="display: inline;">

View file

@ -352,7 +352,7 @@ $string['min'] = 'Lowest';
$string['missingscale'] = 'Scale must be selected';
$string['mode'] = 'Mode';
$string['morethanmax'] = 'The grade entered for $a->itemname for $a->username is more than the maximum allowed';
$string['moveselectedto'] = 'Move selected items to:';
$string['moveselectedto'] = 'Move selected items to';
$string['movingelement'] = 'Moving $a';
$string['multfactor'] = 'Multiplicator';
$string['multfactorhelp'] = 'Factor by which all grades for this grade item will be multiplied.';