aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en
diff options
context:
space:
mode:
authorJonathan Stanley <shs@users.sourceforge.net>2006-09-28 17:43:13 +0000
committerJonathan Stanley <shs@users.sourceforge.net>2006-09-28 17:43:13 +0000
commitab76b65cc4682adac6e6a4ccd156d7ff11d572d6 (patch)
tree2bbe363010b70bfecd0e059c711505c5e2234a23 /phpBB/language/en
parent34f09c8deaf15ce68ebf1cbfe7da4f7daca1bbbe (diff)
downloadforums-ab76b65cc4682adac6e6a4ccd156d7ff11d572d6.tar
forums-ab76b65cc4682adac6e6a4ccd156d7ff11d572d6.tar.gz
forums-ab76b65cc4682adac6e6a4ccd156d7ff11d572d6.tar.bz2
forums-ab76b65cc4682adac6e6a4ccd156d7ff11d572d6.tar.xz
forums-ab76b65cc4682adac6e6a4ccd156d7ff11d572d6.zip
A couple small fixes.
git-svn-id: file:///svn/phpbb/trunk@6416 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en')
-rw-r--r--phpBB/language/en/acp/common.php2
-rw-r--r--phpBB/language/en/acp/prune.php2
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',