mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-19 11:11:10 +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".
|
"The current value of PATH after configuration is applied is:\n\n".
|
||||||
" lang=text\n".
|
" lang=text\n".
|
||||||
" %s",
|
" %s",
|
||||||
|
'pygmentize',
|
||||||
'$PATH',
|
'$PATH',
|
||||||
'$PATH',
|
'$PATH',
|
||||||
'phabricator/support/bin/',
|
'phabricator/support/bin/',
|
||||||
$path,
|
$path))
|
||||||
'pygmentize'))
|
|
||||||
->setLocked(true)
|
->setLocked(true)
|
||||||
->addExample('/usr/local/bin', pht('Add One Path'))
|
->addExample('/usr/local/bin', pht('Add One Path'))
|
||||||
->addExample("/usr/bin\n/usr/local/bin", pht('Add Multiple Paths')),
|
->addExample("/usr/bin\n/usr/local/bin", pht('Add Multiple Paths')),
|
||||||
|
|
Loading…
Reference in a new issue