1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-05 00:13:29 +02:00

[ticket/11150] Fix wording

PHPBB3-11150
This commit is contained in:
Tristan Darricau 2016-04-10 09:04:17 +02:00 committed by Tristan Darricau
parent efe37cd5a8
commit 87ce6cadaf
No known key found for this signature in database
GPG Key ID: 817043C2E29DB881

View File

@ -154,7 +154,7 @@ $lang = array_merge($lang, array(
'ENABLE_ON_INSTALL' => 'Enable extensions when installing',
'PURGE_ON_REMOVE' => 'Purge extensions when removing',
'ENABLE_PACKAGIST' => 'Enable Packagist usage',
'ENABLE_PACKAGIST_EXPLAIN' => 'Allow the usage of packagist while looking for available extensions. It must be used carefully as it will add not validated extensions to the catalog.',
'ENABLE_PACKAGIST_EXPLAIN' => 'Use packagist to browse extensions? Beware that packagist may contain extensions not validated by phpBB.',
'ENABLE_PACKAGIST_CONFIRM' => 'Are you sure you want to enable packagist?',
'COMPOSER_REPOSITORIES' => 'Repositories',
'COMPOSER_REPOSITORIES_EXPLAIN' => 'List of composer repositories (must be the base url of the packages.json file), one per line.',