From: skodak Date: Wed, 22 Apr 2009 20:05:16 +0000 (+0000) Subject: MDL-18929 fixed double colons, in fact we stopped using colons long time ago; merged... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=db008d6feb16c64b8b7c2774a752da7d0966bf79;p=moodle.git MDL-18929 fixed double colons, in fact we stopped using colons long time ago; merged from MOODLE_19_STABLE --- diff --git a/grade/edit/tree/index.php b/grade/edit/tree/index.php index 5f77f016ff..19406c28a2 100644 --- a/grade/edit/tree/index.php +++ b/grade/edit/tree/index.php @@ -328,7 +328,7 @@ if (!$moving) { if (!$moving) { echo '

'; echo ''; - 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 '
diff --git a/lang/en_utf8/grades.php b/lang/en_utf8/grades.php index bff9f3b2a5..a52e241b51 100644 --- a/lang/en_utf8/grades.php +++ b/lang/en_utf8/grades.php @@ -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.';