Fix UI strings in Config help for "environment.append-paths"
Summary: Fixes T8939. The parameters on this pht() just got juggled around at some point.
Test Plan: {F654408}
Reviewers: btrahan, avivey, chad
Reviewed By: chad
Subscribers: epriestley
Maniphest Tasks: T8939
Differential Revision: https://secure.phabricator.com/D13694
This commit is contained in:
@@ -174,11 +174,11 @@ final class PhabricatorCoreConfigOptions
|
||||
"The current value of PATH after configuration is applied is:\n\n".
|
||||
" lang=text\n".
|
||||
" %s",
|
||||
'pygmentize',
|
||||
'$PATH',
|
||||
'$PATH',
|
||||
'phabricator/support/bin/',
|
||||
$path,
|
||||
'pygmentize'))
|
||||
$path))
|
||||
->setLocked(true)
|
||||
->addExample('/usr/local/bin', pht('Add One Path'))
|
||||
->addExample("/usr/bin\n/usr/local/bin", pht('Add Multiple Paths')),
|
||||
|
||||
Reference in New Issue
Block a user