1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 14:30:32 +02:00

Merge branch 'ticket/sa007/9847' into develop-olympus

* ticket/sa007/9847:
  [ticket/9847] Fix typo in search synonyms. Use british english for 'judgement'.
This commit is contained in:
Andreas Fischer
2010-11-08 12:48:19 +01:00

View File

@@ -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',