1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 01:08:50 +02: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:
vrana 2012-10-02 10:14:01 -07:00
parent e84c18d734
commit 1f4c3ee167

View file

@ -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