From e74141a4fcd05557ea47a98fe565cc9c240acf1a Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Fri, 30 Dec 2005 09:51:02 +0000 Subject: [PATCH] - tiny "last minute" change git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5401 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/common.php | 2 +- phpBB/language/lang_english/lang_main.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/phpBB/common.php b/phpBB/common.php index 083c31bb0e..4670eab104 100644 --- a/phpBB/common.php +++ b/phpBB/common.php @@ -220,7 +220,7 @@ while ( $row = $db->sql_fetchrow($result) ) if (file_exists('install') || file_exists('contrib')) { - message_die(GENERAL_MESSAGE, 'Please ensure both the install/ and contrib/ directories are deleted'); + message_die(GENERAL_MESSAGE, 'Please_remove_install_contrib'); } // diff --git a/phpBB/language/lang_english/lang_main.php b/phpBB/language/lang_english/lang_main.php index d104025d32..ae48c03ef8 100644 --- a/phpBB/language/lang_english/lang_main.php +++ b/phpBB/language/lang_english/lang_main.php @@ -1015,6 +1015,7 @@ $lang['A_critical_error'] = 'A Critical Error Occurred'; $lang['Admin_reauthenticate'] = 'To administer the board you must re-authenticate yourself.'; $lang['Login_attempts_exceeded'] = 'The maximum number of %s login attempts has been exceeded. You are not allowed to login for the next %s minutes.'; +$lang['Please_remove_install_contrib'] = 'Please ensure both the install/ and contrib/ directories are deleted'; // // That's all, Folks!