mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
changed language string 'savechanges' to 'posttoforum' on post.html
This commit is contained in:
parent
3830afb0bb
commit
3705299bf4
2 changed files with 2 additions and 1 deletions
|
@ -110,7 +110,7 @@
|
|||
<input type="hidden" name=userid value="<?php p($post->userid) ?>">
|
||||
<input type="hidden" name=groupid value="<?php p($post->groupid) ?>">
|
||||
<input type="hidden" name=edit value="<?php p($post->edit) ?>">
|
||||
<input type="submit" value="<?php print_string("savechanges"); ?>">
|
||||
<input type="submit" value="<?php print_string('posttoforum', 'forum'); ?>">
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue