From ab76b65cc4682adac6e6a4ccd156d7ff11d572d6 Mon Sep 17 00:00:00 2001 From: Jonathan Stanley Date: Thu, 28 Sep 2006 17:43:13 +0000 Subject: [PATCH] A couple small fixes. git-svn-id: file:///svn/phpbb/trunk@6416 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/language/en/acp/common.php | 2 +- phpBB/language/en/acp/prune.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/language/en/acp/common.php b/phpBB/language/en/acp/common.php index 847cd0f244..2f5d95e98f 100644 --- a/phpBB/language/en/acp/common.php +++ b/phpBB/language/en/acp/common.php @@ -253,7 +253,7 @@ $lang = array_merge($lang, array( 'REMIND' => 'Remind', 'REORDER' => 'Reorder', 'RESYNC' => 'Resyncronise', - 'RETURN_TO' => 'Return to…', + 'RETURN_TO' => 'Return to…', 'SELECT_ANONYMOUS' => 'Select Anonymous User', 'SELECT_OPTION' => 'Select option', diff --git a/phpBB/language/en/acp/prune.php b/phpBB/language/en/acp/prune.php index 9f2508fed5..42c097d7c0 100644 --- a/phpBB/language/en/acp/prune.php +++ b/phpBB/language/en/acp/prune.php @@ -52,7 +52,7 @@ $lang = array_merge($lang, array( // Forum Pruning $lang = array_merge($lang, array( - 'ACP_PRUNE_FORUMS_EXPLAIN' => 'This will delete any topic which has not been posted to within the number of days you select. If you do not enter a number then all topics will be deleted. It will not remove topics in which polls are still running nor will it remove announcements. You will need to remove these topics manually.', + 'ACP_PRUNE_FORUMS_EXPLAIN' => 'This will delete any topic which has not been posted to or viewed within the number of days you select. If you do not enter a number then all topics will be deleted. By default, it will not remove topics in which polls are still running nor will it remove stickies and announcements.', 'FORUM_PRUNE' => 'Forum prune',