From: moodler Date: Tue, 29 Jun 2004 03:38:35 +0000 (+0000) Subject: Updated language about pruned posts X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=691f1913667222c6b11abd05195657e016480e73;p=moodle.git Updated language about pruned posts --- diff --git a/lang/en/forum.php b/lang/en/forum.php index a815b99b19..828a538715 100644 --- a/lang/en/forum.php +++ b/lang/en/forum.php @@ -103,8 +103,9 @@ $string['posttoforum'] = 'Post to forum'; $string['postupdated'] = 'Your post was updated'; $string['processingpost'] = 'Processing post $a'; $string['processingdigest'] = 'Processing email digest for user $a'; -$string['prune'] = 'Break off'; -$string['pruneheading'] = 'Break off post and move to a new discussion'; +$string['prune'] = 'Split'; +$string['pruneheading'] = 'Split the discussion and move this post to a new discussion'; +$string['prunedpost'] = 'A new discussion has been created from that post'; $string['rate'] = 'Rate'; $string['rating'] = 'Rating'; $string['ratingeveryone'] = 'Everyone can rate posts';