From 12dc865a00f9162f4c1f8d0c488d8cd85c895f24 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Mon, 27 Apr 2015 10:06:38 -0700 Subject: [PATCH] Expand typeahead document copy Summary: Seems reasonable? At least, it always matches however a user might think about documents (app or document). Unclear if "Diffusion" for example, are actually needed. Test Plan: tested searching for "phriction", "wiki", "document", etc. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D12577 --- .../differential/phid/DifferentialRevisionPHIDType.php | 2 +- src/applications/fund/phid/FundInitiativePHIDType.php | 2 +- src/applications/maniphest/phid/ManiphestTaskPHIDType.php | 2 +- .../passphrase/phid/PassphraseCredentialPHIDType.php | 2 +- src/applications/pholio/phid/PholioMockPHIDType.php | 2 +- src/applications/phriction/phid/PhrictionDocumentPHIDType.php | 2 +- src/applications/ponder/phid/PonderAnswerPHIDType.php | 2 +- src/applications/ponder/phid/PonderQuestionPHIDType.php | 2 +- .../repository/phid/PhabricatorRepositoryCommitPHIDType.php | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/applications/differential/phid/DifferentialRevisionPHIDType.php b/src/applications/differential/phid/DifferentialRevisionPHIDType.php index 0cc18afa93..dbf473fe98 100644 --- a/src/applications/differential/phid/DifferentialRevisionPHIDType.php +++ b/src/applications/differential/phid/DifferentialRevisionPHIDType.php @@ -5,7 +5,7 @@ final class DifferentialRevisionPHIDType extends PhabricatorPHIDType { const TYPECONST = 'DREV'; public function getTypeName() { - return pht('Revision'); + return pht('Differential Revision'); } public function getPHIDTypeApplicationClass() { diff --git a/src/applications/fund/phid/FundInitiativePHIDType.php b/src/applications/fund/phid/FundInitiativePHIDType.php index 4d7fbc04e1..cd2d0c83da 100644 --- a/src/applications/fund/phid/FundInitiativePHIDType.php +++ b/src/applications/fund/phid/FundInitiativePHIDType.php @@ -5,7 +5,7 @@ final class FundInitiativePHIDType extends PhabricatorPHIDType { const TYPECONST = 'FITV'; public function getTypeName() { - return pht('Initiative'); + return pht('Fund Initiative'); } public function newObject() { diff --git a/src/applications/maniphest/phid/ManiphestTaskPHIDType.php b/src/applications/maniphest/phid/ManiphestTaskPHIDType.php index d1a78adc02..8c1b3c0d8e 100644 --- a/src/applications/maniphest/phid/ManiphestTaskPHIDType.php +++ b/src/applications/maniphest/phid/ManiphestTaskPHIDType.php @@ -5,7 +5,7 @@ final class ManiphestTaskPHIDType extends PhabricatorPHIDType { const TYPECONST = 'TASK'; public function getTypeName() { - return pht('Task'); + return pht('Maniphest Task'); } public function getPHIDTypeApplicationClass() { diff --git a/src/applications/passphrase/phid/PassphraseCredentialPHIDType.php b/src/applications/passphrase/phid/PassphraseCredentialPHIDType.php index 212afd940f..63105fd010 100644 --- a/src/applications/passphrase/phid/PassphraseCredentialPHIDType.php +++ b/src/applications/passphrase/phid/PassphraseCredentialPHIDType.php @@ -5,7 +5,7 @@ final class PassphraseCredentialPHIDType extends PhabricatorPHIDType { const TYPECONST = 'CDTL'; public function getTypeName() { - return pht('Credential'); + return pht('Passphrase Credential'); } public function newObject() { diff --git a/src/applications/pholio/phid/PholioMockPHIDType.php b/src/applications/pholio/phid/PholioMockPHIDType.php index a75c9938df..65d80a5e5a 100644 --- a/src/applications/pholio/phid/PholioMockPHIDType.php +++ b/src/applications/pholio/phid/PholioMockPHIDType.php @@ -5,7 +5,7 @@ final class PholioMockPHIDType extends PhabricatorPHIDType { const TYPECONST = 'MOCK'; public function getTypeName() { - return pht('Mock'); + return pht('Pholio Mock'); } public function getPHIDTypeApplicationClass() { diff --git a/src/applications/phriction/phid/PhrictionDocumentPHIDType.php b/src/applications/phriction/phid/PhrictionDocumentPHIDType.php index 877b1fa552..4166263946 100644 --- a/src/applications/phriction/phid/PhrictionDocumentPHIDType.php +++ b/src/applications/phriction/phid/PhrictionDocumentPHIDType.php @@ -5,7 +5,7 @@ final class PhrictionDocumentPHIDType extends PhabricatorPHIDType { const TYPECONST = 'WIKI'; public function getTypeName() { - return pht('Wiki Document'); + return pht('Phriction Wiki Document'); } public function getPHIDTypeApplicationClass() { diff --git a/src/applications/ponder/phid/PonderAnswerPHIDType.php b/src/applications/ponder/phid/PonderAnswerPHIDType.php index c8747007d3..c292b10b87 100644 --- a/src/applications/ponder/phid/PonderAnswerPHIDType.php +++ b/src/applications/ponder/phid/PonderAnswerPHIDType.php @@ -5,7 +5,7 @@ final class PonderAnswerPHIDType extends PhabricatorPHIDType { const TYPECONST = 'ANSW'; public function getTypeName() { - return pht('Answer'); + return pht('Ponder Answer'); } public function newObject() { diff --git a/src/applications/ponder/phid/PonderQuestionPHIDType.php b/src/applications/ponder/phid/PonderQuestionPHIDType.php index 97812f673e..db1d5acff2 100644 --- a/src/applications/ponder/phid/PonderQuestionPHIDType.php +++ b/src/applications/ponder/phid/PonderQuestionPHIDType.php @@ -5,7 +5,7 @@ final class PonderQuestionPHIDType extends PhabricatorPHIDType { const TYPECONST = 'QUES'; public function getTypeName() { - return pht('Question'); + return pht('Ponder Question'); } public function getPHIDTypeApplicationClass() { diff --git a/src/applications/repository/phid/PhabricatorRepositoryCommitPHIDType.php b/src/applications/repository/phid/PhabricatorRepositoryCommitPHIDType.php index f49b63f102..a176c5b7dd 100644 --- a/src/applications/repository/phid/PhabricatorRepositoryCommitPHIDType.php +++ b/src/applications/repository/phid/PhabricatorRepositoryCommitPHIDType.php @@ -5,7 +5,7 @@ final class PhabricatorRepositoryCommitPHIDType extends PhabricatorPHIDType { const TYPECONST = 'CMIT'; public function getTypeName() { - return pht('Commit'); + return pht('Diffusion Commit'); } public function getPHIDTypeApplicationClass() {