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

Fix typos etc.

Summary: Fixes T15980

Test Plan: Read the code

Reviewers: O1 Blessed Committers, avivey

Reviewed By: O1 Blessed Committers, avivey

Subscribers: avivey, tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Maniphest Tasks: T15980

Differential Revision: https://we.phorge.it/D25860
This commit is contained in:
Pppery 2024-12-28 21:58:54 -05:00
parent 48a74638a7
commit ed6644f317
8 changed files with 8 additions and 8 deletions

View file

@ -10,7 +10,7 @@ final class PhabricatorFileinfoSetupCheck extends PhabricatorSetupCheck {
if (!extension_loaded('fileinfo')) {
$message = pht(
"The '%s' extension is not installed. Without '%s', ".
"support, this software may not be able to determine the MIME types ".
"this server may not be able to determine the MIME types ".
"of uploaded files.",
'fileinfo',
'fileinfo');

View file

@ -9,7 +9,7 @@ final class PhabricatorGDSetupCheck extends PhabricatorSetupCheck {
protected function executeChecks() {
if (!extension_loaded('gd')) {
$message = pht(
"The '%s' extension is not installed. Without '%s', support, ".
"The '%s' extension is not installed. Without '%s' support, ".
"this server will not be able to process or resize images ".
"(for example, to generate thumbnails). Install or enable '%s'.",
'gd',

View file

@ -100,7 +100,7 @@ EOREMARKUP
->setDescription(
pht(
"These alternative URIs will be able to access 'normal' pages ".
"on your this install. Other features such as OAuth ".
"on this install. Other features such as OAuth ".
"won't work. The major use case for this is moving installs ".
"across domains."))
->addExample(

View file

@ -24,7 +24,7 @@ final class PhabricatorMetaMTAConfigOptions
When a user takes an action which generates an email notification (like
commenting on a Differential revision), the "From" address can either be set
to the user's email address (like "alincoln@logcabin.com") or the
"metamta.defualt-address" address.
"metamta.default-address" address.
The user experience is generally better if the user's real address is used as
the "From" header value, since the messages are easier to organize when they

View file

@ -44,7 +44,7 @@ final class PhabricatorSyntaxHighlightingConfigOptions
))
->setDescription(
pht(
'Syntax highlighting a supported for a few languages by '.
'Syntax highlighting is supported for a few languages by '.
'default, but you can install Pygments (a third-party syntax '.
'highlighting tool) to provide support for many more languages.'.
"\n\n".

View file

@ -42,7 +42,7 @@ APIs (like `maniphest.edit`, `differential.revision.edit`, and so on).
However, builds require long-running background processing and Habormaster
objects have a more complex lifecycle than most other application objects and
may spend significant periods of time locked by daemon processes during build
execition. A synchronous edit might need to wait an arbitrarily long amount of
execution. A synchronous edit might need to wait an arbitrarily long amount of
time for this lock to become available so the edit could be applied.
Additionally, some edits may also require an arbitrarily long amount of time to

View file

@ -134,7 +134,7 @@ abstract class HarbormasterBuildMessageTransaction
PhabricatorPolicyCapability::CAN_EDIT);
} catch (PhabricatorPolicyException $ex) {
throw new HarbormasterMessageException(
pht('Insufficent Build Plan Permission'),
pht('Insufficient Build Plan Permission'),
pht(
'The build plan for this build is configured to prevent '.
'users who can not edit it from issuing commands to the '.

View file

@ -42,7 +42,7 @@ final class PhortunePayPalPaymentProvider extends PhortunePaymentProvider {
" into the fields above.\n\n".
"You can select whether the provider operates in test mode or ".
"accepts live payments using the **Mode** dropdown above.\n\n".
"You can either use `sandbox.paypal.com` to retrieve live credentials, ".
"You can either use `sandbox.paypal.com` to retrieve test credentials, ".
"or `paypal.com` to retrieve live credentials.");
}