Skip to content

Commit

Permalink
MDL-19118 Use 'Save comments' instead of 'Submit' for usability
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Jul 9, 2010
1 parent 8d6f098 commit 326d9aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion comment/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ public function output($return = true) {
return $this->print_comments(self::$comment_page, $return, true);
}

$strsubmit = get_string('submit');
$strsubmit = get_string('savecomment');
$strcancel = get_string('cancel');
$sesskey = sesskey();
$html = '';
Expand Down
1 change: 1 addition & 0 deletions lang/en/moodle.php
Original file line number Diff line number Diff line change
Expand Up @@ -1392,6 +1392,7 @@
$string['savechanges'] = 'Save changes';
$string['savechangesanddisplay'] = 'Save and display';
$string['savechangesandreturntocourse'] = 'Save and return to course';
$string['savecomment'] = 'Save comment';
$string['savepreferences'] = 'Save preferences';
$string['saveto'] = 'Save to';
$string['scale'] = 'Scale';
Expand Down

0 comments on commit 326d9aa

Please sign in to comment.