mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
Changing string from "select a plugin" whcih is developer specific
This commit is contained in:
parent
acdc8e8a9c
commit
0c811aa77a
@ -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'));
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -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';
|
||||
|
Loading…
x
Reference in New Issue
Block a user