]> git.mjollnir.org Git - moodle.git/commitdiff
Changing string from "select a plugin" whcih is developer specific
authormoodler <moodler>
Tue, 24 Jul 2007 16:29:18 +0000 (16:29 +0000)
committermoodler <moodler>
Tue, 24 Jul 2007 16:29:18 +0000 (16:29 +0000)
grade/lib.php
lang/en_utf8/grades.php

index 88e28e14ef9d624274d2096a152a359ad4c08abd..76d2a48cbb529c90133208e8cb7a3892671451fa 100644 (file)
@@ -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'));
 }
 
 /**
index 5d20f62fbdb2119b405e24d1d280fe73335bdb38..6176b89e9b61a0aeb4f42836ffd1a3e78578d5d3 100644 (file)
@@ -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';