]> git.mjollnir.org Git - moodle.git/commitdiff
changed language string 'savechanges' to 'posttoforum' on post.html
authorgustav_delius <gustav_delius>
Mon, 31 May 2004 18:58:42 +0000 (18:58 +0000)
committergustav_delius <gustav_delius>
Mon, 31 May 2004 18:58:42 +0000 (18:58 +0000)
lang/en/forum.php
mod/forum/post.html

index 3c41cdfd6819012cf21fc5f75bdf9a92005bcf6f..4e053561332db2d64acf1c46ae77bb0ebc75e5e1 100644 (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';
index a83c09c82cff9cdcc0092ade8777835208df7ce1..a2978e5429633e63088c8b0e0027eedc71141054 100644 (file)
     <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>