From: moodler Date: Tue, 24 Jul 2007 16:29:18 +0000 (+0000) Subject: Changing string from "select a plugin" whcih is developer specific X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=0c811aa77a428e4dcb2bc7c7d3b19823ee8a7c12;p=moodle.git Changing string from "select a plugin" whcih is developer specific --- diff --git a/grade/lib.php b/grade/lib.php index 88e28e14ef..76d2a48cbb 100644 --- a/grade/lib.php +++ b/grade/lib.php @@ -103,7 +103,7 @@ function print_grade_plugin_selector($courseid, $active_type, $active_plugin, $r } /// finally print/return the popup form - return popup_form($CFG->wwwroot.'/grade/', $menu, 'choosepluginreport', $active, 'choose', '', '', $return, 'self', get_string('selectplugin', 'grades')); + return popup_form($CFG->wwwroot.'/grade/', $menu, 'choosepluginreport', $active, 'choose', '', '', $return, 'self', get_string('view')); } /** diff --git a/lang/en_utf8/grades.php b/lang/en_utf8/grades.php index 5d20f62fbd..6176b89e9b 100644 --- a/lang/en_utf8/grades.php +++ b/lang/en_utf8/grades.php @@ -249,7 +249,6 @@ $string['savechanges'] = 'Save Changes'; $string['savepreferences'] = 'Save Preferences'; $string['scaledpct'] = 'Scaled %%'; $string['selectdestination'] = 'Select destination of $a'; -$string['selectplugin'] = 'Select a plugin'; $string['septab'] = 'Tab'; $string['sepcomma'] = 'Comma'; $string['separator'] = 'Separator';