Skip to content

Commit

Permalink
MDL-47562 gradereport_singleview: New lang string for save button
Browse files Browse the repository at this point in the history
AMOS BEGIN
    CPY [save,admin],[save,gradereport_singleview]
AMOS END
  • Loading branch information
Damyon Wiese committed Jan 29, 2015
1 parent 2a6cdc5 commit bd6bfb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion grade/report/singleview/classes/local/screen/tablelike.php
Expand Up @@ -226,7 +226,7 @@ public function bulk_insert() {
public function buttons() {
$save = html_writer::empty_tag('input', array(
'type' => 'submit',
'value' => get_string('update'),
'value' => get_string('save', 'gradereport_singleview'),
));

return array($save);
Expand Down
1 change: 1 addition & 0 deletions grade/report/singleview/lang/en/gradereport_singleview.php
Expand Up @@ -51,6 +51,7 @@
$string['overridenone'] = 'Do not override any grades';
$string['pluginname'] = 'Single view';
$string['savegrades'] = 'Saving grades';
$string['save'] = 'Save';
$string['savegradessuccess'] = 'Grades were set for {$a} items';
$string['selectgrade'] = 'Select grade item...';
$string['selectuser'] = 'Select user...';
Expand Down

0 comments on commit bd6bfb7

Please sign in to comment.