mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-19 13:22:42 +01:00
Spell "dependendency" less incorrecter
Summary: Diction- Test Plan: -ary! Reviewers: btrahan, chad Reviewed By: btrahan, chad Subscribers: epriestley Differential Revision: https://secure.phabricator.com/D10080
This commit is contained in:
parent
3fb64aebf0
commit
a03e3683e6
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ final class DifferentialDependsOnField
|
||||||
public function getProTips() {
|
public function getProTips() {
|
||||||
return array(
|
return array(
|
||||||
pht(
|
pht(
|
||||||
'Create a dependendency between revisions by writing '.
|
'Create a dependency between revisions by writing '.
|
||||||
'"Depends on D123" in your summary.'),
|
'"Depends on D123" in your summary.'),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue