changed language string 'savechanges' to 'posttoforum' on post.html

This commit is contained in:
gustav_delius 2004-05-31 18:58:42 +00:00
parent 3830afb0bb
commit 3705299bf4
2 changed files with 2 additions and 1 deletions

View file

@ -94,6 +94,7 @@ $string['postrating1'] = 'Mostly Separate Knowing';
$string['postrating2'] = 'Separate and Connected';
$string['postrating3'] = 'Mostly Connected Knowing';
$string['posts'] = 'Posts';
$string['posttoforum'] = 'Post to forum';
$string['postupdated'] = 'Your post was updated';
$string['processingpost'] = 'Processing post $a';
$string['prune'] = 'Break off';

View file

@ -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>