From 7c16d1c2abd78460c69b27a9b187e9b0e796fedc Mon Sep 17 00:00:00 2001 From: Tristan Darricau Date: Fri, 30 May 2014 23:23:01 +0200 Subject: [PATCH] [ticket/12325] Fix the language var name PHPBB3-12325 --- phpBB/language/en/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/language/en/install.php b/phpBB/language/en/install.php index 65c53c0d35..60704f2cd9 100644 --- a/phpBB/language/en/install.php +++ b/phpBB/language/en/install.php @@ -517,7 +517,7 @@ $lang = array_merge($lang, array( 'STAGE_UPDATE_FILES' => 'Update files', 'STAGE_VERSION_CHECK' => 'Version check', 'STATUS_CONFLICT' => 'Modified file producing conflicts', - 'L_STATUS_DELETED' => 'Deleted file', + 'STATUS_DELETED' => 'Deleted file', 'STATUS_MODIFIED' => 'Modified file', 'STATUS_NEW' => 'New file', 'STATUS_NEW_CONFLICT' => 'Conflicting new file',