From 691f1913667222c6b11abd05195657e016480e73 Mon Sep 17 00:00:00 2001 From: moodler Date: Tue, 29 Jun 2004 03:38:35 +0000 Subject: [PATCH] Updated language about pruned posts --- lang/en/forum.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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'; -- 2.39.5