mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
A couple small fixes.
git-svn-id: file:///svn/phpbb/trunk@6416 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
34f09c8dea
commit
ab76b65cc4
2 changed files with 2 additions and 2 deletions
|
@ -253,7 +253,7 @@ $lang = array_merge($lang, array(
|
||||||
'REMIND' => 'Remind',
|
'REMIND' => 'Remind',
|
||||||
'REORDER' => 'Reorder',
|
'REORDER' => 'Reorder',
|
||||||
'RESYNC' => 'Resyncronise',
|
'RESYNC' => 'Resyncronise',
|
||||||
'RETURN_TO' => 'Return to…',
|
'RETURN_TO' => 'Return to…',
|
||||||
|
|
||||||
'SELECT_ANONYMOUS' => 'Select Anonymous User',
|
'SELECT_ANONYMOUS' => 'Select Anonymous User',
|
||||||
'SELECT_OPTION' => 'Select option',
|
'SELECT_OPTION' => 'Select option',
|
||||||
|
|
|
@ -52,7 +52,7 @@ $lang = array_merge($lang, array(
|
||||||
|
|
||||||
// Forum Pruning
|
// Forum Pruning
|
||||||
$lang = array_merge($lang, array(
|
$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',
|
'FORUM_PRUNE' => 'Forum prune',
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue