mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
Make it obvious how autodetecting language in Paste works
Test Plan: /paste/ Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Maniphest Tasks: T1841 Differential Revision: https://secure.phabricator.com/D3595
This commit is contained in:
parent
e84c18d734
commit
1f4c3ee167
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ final class PhabricatorPasteEditController extends PhabricatorPasteController {
|
|||
$form->setFlexible(true);
|
||||
|
||||
$langs = array(
|
||||
'' => '(Detect With Wizardly Powers)',
|
||||
'' => '(Detect From Filename in Title)',
|
||||
) + PhabricatorEnv::getEnvConfig('pygments.dropdown-choices');
|
||||
|
||||
$form
|
||||
|
|
Loading…
Reference in a new issue