mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/12311] Use British-English spelling of licence in lang file
PHPBB3-12311
This commit is contained in:
parent
ba9bc9c7dc
commit
368dd23d4b
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ $lang = array_merge($lang, array(
|
||||||
'HOMEPAGE' => 'Homepage',
|
'HOMEPAGE' => 'Homepage',
|
||||||
'PATH' => 'File Path',
|
'PATH' => 'File Path',
|
||||||
'TIME' => 'Release Time',
|
'TIME' => 'Release Time',
|
||||||
'LICENSE' => 'License',
|
'LICENSE' => 'Licence',
|
||||||
|
|
||||||
'REQUIREMENTS' => 'Requirements',
|
'REQUIREMENTS' => 'Requirements',
|
||||||
'PHPBB_VERSION' => 'phpBB Version',
|
'PHPBB_VERSION' => 'phpBB Version',
|
||||||
|
|
Loading…
Add table
Reference in a new issue