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:
parent
da84546058
commit
64f3c9b3da
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ final class PhabricatorFlagSearchEngine
|
|||
// sort it alphabetically...
|
||||
asort($options);
|
||||
$default_option = array(
|
||||
0 => 'All Objects');
|
||||
0 => pht('All Object Types'));
|
||||
// ...and stick the default option on front
|
||||
$options = array_merge($default_option, $options);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue