aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/forums.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2014-03-14 23:35:07 +0100
committerMarc Alexander <admin@m-a-styles.de>2014-03-29 22:14:58 +0100
commitd83d819827634931e9317469090e933edfc99f2b (patch)
tree90030f15f6a85ee426fe3717c80d1f692fc5b8e4 /phpBB/language/en/acp/forums.php
parent5866f08919f2d48ab9c1b62caf20836f66cdd21f (diff)
downloadforums-d83d819827634931e9317469090e933edfc99f2b.tar
forums-d83d819827634931e9317469090e933edfc99f2b.tar.gz
forums-d83d819827634931e9317469090e933edfc99f2b.tar.bz2
forums-d83d819827634931e9317469090e933edfc99f2b.tar.xz
forums-d83d819827634931e9317469090e933edfc99f2b.zip
[ticket/12150] Use shorter column names for prune settings
All columns were renamed from having prune_shadow_topics as namebase to just prune_shadow. A missing column was also added to the migration file's remove_schema() method. PHPBB3-12150
Diffstat (limited to 'phpBB/language/en/acp/forums.php')
-rw-r--r--phpBB/language/en/acp/forums.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/language/en/acp/forums.php b/phpBB/language/en/acp/forums.php
index f452dad8a0..d64380b6b6 100644
--- a/phpBB/language/en/acp/forums.php
+++ b/phpBB/language/en/acp/forums.php
@@ -101,8 +101,8 @@ $lang = array_merge($lang, array(
'FORUM_PASSWORD_OLD' => 'The forum password is using an old hashing method and should be changed.',
'FORUM_PASSWORD_MISMATCH' => 'The passwords you entered did not match.',
'FORUM_PRUNE_SETTINGS' => 'Forum prune settings',
- 'FORUM_PRUNE_SHADOW_TOPICS' => 'Enable auto-pruning of shadow topics',
- 'FORUM_PRUNE_SHADOW_TOPICS_EXPLAIN' => 'Prunes the forum of shadow topics, set the frequency/age parameters below.',
+ 'FORUM_PRUNE_SHADOW' => 'Enable auto-pruning of shadow topics',
+ 'FORUM_PRUNE_SHADOW_EXPLAIN' => 'Prunes the forum of shadow topics, set the frequency/age parameters below.',
'FORUM_RESYNCED' => 'Forum ā€œ%sā€ successfully resynced',
'FORUM_RULES_EXPLAIN' => 'Forum rules are displayed at any page within the given forum.',
'FORUM_RULES_LINK' => 'Link to forum rules',