From 0c811aa77a428e4dcb2bc7c7d3b19823ee8a7c12 Mon Sep 17 00:00:00 2001 From: moodler Date: Tue, 24 Jul 2007 16:29:18 +0000 Subject: [PATCH] Changing string from "select a plugin" whcih is developer specific --- grade/lib.php | 2 +- lang/en_utf8/grades.php | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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'; -- 2.39.5