@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Correct various spelling errors

Summary: Fixes T11477.

Test Plan: Grep for Mulitple

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Maniphest Tasks: T11477

Differential Revision: https://secure.phabricator.com/D16399

+2 -2
+1 -1
src/applications/config/option/PhabricatorApplicationConfigOptions.php
··· 234 234 if (isset($options[$key])) { 235 235 throw new Exception( 236 236 pht( 237 - "Mulitple %s subclasses contain an option named '%s'!", 237 + "Multiple %s subclasses contain an option named '%s'!", 238 238 __CLASS__, 239 239 $key)); 240 240 }
+1 -1
src/applications/settings/setting/PhabricatorEditorMultipleSetting.php
··· 9 9 const VALUE_SINGLE = 'disable'; 10 10 11 11 public function getSettingName() { 12 - return pht('Edit Mulitple Files'); 12 + return pht('Edit Multiple Files'); 13 13 } 14 14 15 15 public function getSettingPanelKey() {