aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-05-30 23:23:01 +0200
committerTristan Darricau <github@nicofuma.fr>2014-05-30 23:23:01 +0200
commit7c16d1c2abd78460c69b27a9b187e9b0e796fedc (patch)
treefafd7b92e2643edc3689711106ee0e2bed71b547 /phpBB
parent2ff3efc4a1d7c5cdf26eed28876b8e3f28b47cf5 (diff)
downloadforums-7c16d1c2abd78460c69b27a9b187e9b0e796fedc.tar
forums-7c16d1c2abd78460c69b27a9b187e9b0e796fedc.tar.gz
forums-7c16d1c2abd78460c69b27a9b187e9b0e796fedc.tar.bz2
forums-7c16d1c2abd78460c69b27a9b187e9b0e796fedc.tar.xz
forums-7c16d1c2abd78460c69b27a9b187e9b0e796fedc.zip
[ticket/12325] Fix the language var name
PHPBB3-12325
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/language/en/install.php2
1 files changed, 1 insertions, 1 deletions
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',