mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-21 00:02:18 +02:00
Merge branch '3.2.x'
* 3.2.x: [ticket/14910] Fixes typo PLease to Please in EXTENSION_NOT_INSTALLED
This commit is contained in:
commit
31dbdfe6b6
@ -43,7 +43,7 @@ $lang = array_merge($lang, array(
|
||||
'EXTENSION_NOT_AVAILABLE' => 'The selected extension is not available for this board, please verify your phpBB and PHP versions are allowed (see the details page).',
|
||||
'EXTENSION_DIR_INVALID' => 'The selected extension has an invalid directory structure and cannot be enabled.',
|
||||
'EXTENSION_NOT_ENABLEABLE' => 'The selected extension cannot be enabled, please verify the extension’s requirements.',
|
||||
'EXTENSION_NOT_INSTALLED' => 'The extension %s is not available. PLease check that you have installed it correctly.',
|
||||
'EXTENSION_NOT_INSTALLED' => 'The extension %s is not available. Please check that you have installed it correctly.',
|
||||
|
||||
'DETAILS' => 'Details',
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user