mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
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:
parent
ded654b8e2
commit
37b6436384
1 changed files with 2 additions and 2 deletions
|
@ -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')),
|
||||
|
|
Loading…
Reference in a new issue