From 538acb3db5e91f983849cd70fa754bb29ee364a0 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Wed, 5 Nov 2008 22:03:16 +0000 Subject: Remove deprecated language key and update any references in the database to the correct one. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9049 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/language/en/acp/common.php | 5 ----- 1 file changed, 5 deletions(-) (limited to 'phpBB/language') diff --git a/phpBB/language/en/acp/common.php b/phpBB/language/en/acp/common.php index a9708308ac..c1317b4615 100644 --- a/phpBB/language/en/acp/common.php +++ b/phpBB/language/en/acp/common.php @@ -688,9 +688,4 @@ $lang = array_merge($lang, array( 'LOG_WORD_EDIT' => 'Edited word censor
ยป %s', )); -// Two language keys with the same text were used in different locations -// LOG_DELETE_TOPIC is the correct one, this line is here so that existing -// log entries are not broken. Ensure it is included in your language file. -$lang['LOG_TOPIC_DELETED'] = $lang['LOG_DELETE_TOPIC']; - ?> \ No newline at end of file -- cgit v1.2.1