Merge branch 'master' into blender-tweaks

This commit is contained in:
2017-09-08 15:50:08 +02:00
1165 changed files with 31135 additions and 20954 deletions

View File

@@ -67,7 +67,7 @@ final class PhabricatorHomeProfileMenuEngine
$items[] = $this->newItem()
->setBuiltinKey(PhabricatorHomeConstants::ITEM_APPS_LABEL)
->setMenuItemKey(PhabricatorLabelProfileMenuItem::MENUITEMKEY)
->setMenuItemProperties(array('name' => pht('Applications')));
->setMenuItemProperties(array('name' => pht('Favorites')));
foreach ($applications as $application) {
if (!$application->isPinnedByDefault($viewer)) {