From 94ab0c9afb916ba3df3d2929167d60880a2764d6 Mon Sep 17 00:00:00 2001 From: epriestley Date: Mon, 18 Sep 2017 09:33:35 -0700 Subject: [PATCH] Spell "Relevance" correctly Summary: Despite how I (and everyone else?) pronounce it, it is spelled with an "a". See PHI38. Test Plan: Googled both spellings. Reviewers: amckinley Reviewed By: amckinley Differential Revision: https://secure.phabricator.com/D18622 --- .../query/policy/PhabricatorCursorPagedPolicyAwareQuery.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php b/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php index cd4ccf30b5..09cb3e499c 100644 --- a/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php +++ b/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php @@ -809,7 +809,7 @@ abstract class PhabricatorCursorPagedPolicyAwareQuery if ($this->supportsFerretEngine()) { $orders['relevance'] = array( 'vector' => array('rank', 'fulltext-modified', 'id'), - 'name' => pht('Relevence'), + 'name' => pht('Relevance'), ); }