1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-02-01 01:18:22 +01:00

Forgot a pht on my last diff

Summary: also add a few more words

Test Plan: looks good!

Reviewers: epriestley

Reviewed By: epriestley

CC: Korvin, epriestley, aran

Differential Revision: https://secure.phabricator.com/D7404
This commit is contained in:
Bob Trahan 2013-10-25 12:57:42 -07:00
parent da84546058
commit 64f3c9b3da

View file

@ -108,7 +108,7 @@ final class PhabricatorFlagSearchEngine
// sort it alphabetically... // sort it alphabetically...
asort($options); asort($options);
$default_option = array( $default_option = array(
0 => 'All Objects'); 0 => pht('All Object Types'));
// ...and stick the default option on front // ...and stick the default option on front
$options = array_merge($default_option, $options); $options = array_merge($default_option, $options);