mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/12325] Fix the language var name
PHPBB3-12325
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user