From be2c4c7d85abc4e6c96c5c69263a6b7f51d68660 Mon Sep 17 00:00:00 2001 From: Henry Sudhof Date: Mon, 6 Jul 2009 13:17:36 +0000 Subject: [PATCH] erm, just one of those two git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9715 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/language/en/acp/common.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/language/en/acp/common.php b/phpBB/language/en/acp/common.php index efcf88e09a..720aba6002 100644 --- a/phpBB/language/en/acp/common.php +++ b/phpBB/language/en/acp/common.php @@ -136,7 +136,6 @@ $lang = array_merge($lang, array( 'ACP_PERMISSION_TRACE' => 'Permission trace', 'ACP_PHP_INFO' => 'PHP information', 'ACP_POST_SETTINGS' => 'Post settings', - 'ACP_PRUNE_ATTACHMENTS' => 'Prune attachments', 'ACP_PRUNE_FORUMS' => 'Prune forums', 'ACP_PRUNE_USERS' => 'Prune users', 'ACP_PRUNING' => 'Pruning', @@ -616,13 +615,14 @@ $lang = array_merge($lang, array( 'LOG_PROFILE_FIELD_REMOVED' => 'Profile field removed
» %s', 'LOG_PRUNE' => 'Pruned forums
» %s', - 'LOG_PRUNE_ATTACHMENTS' => 'Pruned attachments', 'LOG_AUTO_PRUNE' => 'Auto-pruned forums
» %s', 'LOG_PRUNE_USER_DEAC' => 'Users deactivated
» %s', 'LOG_PRUNE_USER_DEL_DEL' => 'Users pruned and posts deleted
» %s', 'LOG_PRUNE_USER_DEL_ANON' => 'Users pruned and posts retained
» %s', 'LOG_PURGE_CACHE' => 'Purged cache', + 'LOG_PURGE_SESSIONS' => 'Purged sessions', + 'LOG_RANK_ADDED' => 'Added new rank
» %s', 'LOG_RANK_REMOVED' => 'Removed rank
» %s',