mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +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
|
@ -94,6 +94,7 @@ $string['postrating1'] = 'Mostly Separate Knowing';
|
||||||
$string['postrating2'] = 'Separate and Connected';
|
$string['postrating2'] = 'Separate and Connected';
|
||||||
$string['postrating3'] = 'Mostly Connected Knowing';
|
$string['postrating3'] = 'Mostly Connected Knowing';
|
||||||
$string['posts'] = 'Posts';
|
$string['posts'] = 'Posts';
|
||||||
|
$string['posttoforum'] = 'Post to forum';
|
||||||
$string['postupdated'] = 'Your post was updated';
|
$string['postupdated'] = 'Your post was updated';
|
||||||
$string['processingpost'] = 'Processing post $a';
|
$string['processingpost'] = 'Processing post $a';
|
||||||
$string['prune'] = 'Break off';
|
$string['prune'] = 'Break off';
|
||||||
|
|
|
@ -110,7 +110,7 @@
|
||||||
<input type="hidden" name=userid value="<?php p($post->userid) ?>">
|
<input type="hidden" name=userid value="<?php p($post->userid) ?>">
|
||||||
<input type="hidden" name=groupid value="<?php p($post->groupid) ?>">
|
<input type="hidden" name=groupid value="<?php p($post->groupid) ?>">
|
||||||
<input type="hidden" name=edit value="<?php p($post->edit) ?>">
|
<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>
|
</td>
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue