mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/9847] Fix typo in search synonyms. Use british english for 'judgement'.
The word "gauge" was misspelled as "guage". The word "judgement" is preferred over "judgment" in british english. PHPBB3-9847
This commit is contained in:
parent
0e731ca5dd
commit
fd03ecad01
1 changed files with 2 additions and 2 deletions
|
@ -77,7 +77,7 @@ $synonyms = array(
|
|||
'foriegn' => 'foreign',
|
||||
'fourty' => 'forty',
|
||||
|
||||
'gage' => 'guage',
|
||||
'gage' => 'gauge',
|
||||
'geneology' => 'genealogy',
|
||||
'grammer' => 'grammar',
|
||||
'gray' => 'grey',
|
||||
|
@ -98,7 +98,7 @@ $synonyms = array(
|
|||
'irrevelant' => 'irrelevant',
|
||||
|
||||
'jeweler' => 'jeweller',
|
||||
'judgement' => 'judgment',
|
||||
'judgment' => 'judgement',
|
||||
|
||||
'labeled' => 'labelled',
|
||||
'labor' => 'labour',
|
||||
|
|
Loading…
Add table
Reference in a new issue