mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-08 22:01:03 +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:
parent
48a74638a7
commit
ed6644f317
8 changed files with 8 additions and 8 deletions
|
@ -10,7 +10,7 @@ final class PhabricatorFileinfoSetupCheck extends PhabricatorSetupCheck {
|
||||||
if (!extension_loaded('fileinfo')) {
|
if (!extension_loaded('fileinfo')) {
|
||||||
$message = pht(
|
$message = pht(
|
||||||
"The '%s' extension is not installed. Without '%s', ".
|
"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.",
|
"of uploaded files.",
|
||||||
'fileinfo',
|
'fileinfo',
|
||||||
'fileinfo');
|
'fileinfo');
|
||||||
|
|
|
@ -9,7 +9,7 @@ final class PhabricatorGDSetupCheck extends PhabricatorSetupCheck {
|
||||||
protected function executeChecks() {
|
protected function executeChecks() {
|
||||||
if (!extension_loaded('gd')) {
|
if (!extension_loaded('gd')) {
|
||||||
$message = pht(
|
$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 ".
|
"this server will not be able to process or resize images ".
|
||||||
"(for example, to generate thumbnails). Install or enable '%s'.",
|
"(for example, to generate thumbnails). Install or enable '%s'.",
|
||||||
'gd',
|
'gd',
|
||||||
|
|
|
@ -100,7 +100,7 @@ EOREMARKUP
|
||||||
->setDescription(
|
->setDescription(
|
||||||
pht(
|
pht(
|
||||||
"These alternative URIs will be able to access 'normal' pages ".
|
"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 ".
|
"won't work. The major use case for this is moving installs ".
|
||||||
"across domains."))
|
"across domains."))
|
||||||
->addExample(
|
->addExample(
|
||||||
|
|
|
@ -24,7 +24,7 @@ final class PhabricatorMetaMTAConfigOptions
|
||||||
When a user takes an action which generates an email notification (like
|
When a user takes an action which generates an email notification (like
|
||||||
commenting on a Differential revision), the "From" address can either be set
|
commenting on a Differential revision), the "From" address can either be set
|
||||||
to the user's email address (like "alincoln@logcabin.com") or the
|
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 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
|
the "From" header value, since the messages are easier to organize when they
|
||||||
|
|
|
@ -44,7 +44,7 @@ final class PhabricatorSyntaxHighlightingConfigOptions
|
||||||
))
|
))
|
||||||
->setDescription(
|
->setDescription(
|
||||||
pht(
|
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 '.
|
'default, but you can install Pygments (a third-party syntax '.
|
||||||
'highlighting tool) to provide support for many more languages.'.
|
'highlighting tool) to provide support for many more languages.'.
|
||||||
"\n\n".
|
"\n\n".
|
||||||
|
|
|
@ -42,7 +42,7 @@ APIs (like `maniphest.edit`, `differential.revision.edit`, and so on).
|
||||||
However, builds require long-running background processing and Habormaster
|
However, builds require long-running background processing and Habormaster
|
||||||
objects have a more complex lifecycle than most other application objects and
|
objects have a more complex lifecycle than most other application objects and
|
||||||
may spend significant periods of time locked by daemon processes during build
|
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.
|
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
|
Additionally, some edits may also require an arbitrarily long amount of time to
|
||||||
|
|
|
@ -134,7 +134,7 @@ abstract class HarbormasterBuildMessageTransaction
|
||||||
PhabricatorPolicyCapability::CAN_EDIT);
|
PhabricatorPolicyCapability::CAN_EDIT);
|
||||||
} catch (PhabricatorPolicyException $ex) {
|
} catch (PhabricatorPolicyException $ex) {
|
||||||
throw new HarbormasterMessageException(
|
throw new HarbormasterMessageException(
|
||||||
pht('Insufficent Build Plan Permission'),
|
pht('Insufficient Build Plan Permission'),
|
||||||
pht(
|
pht(
|
||||||
'The build plan for this build is configured to prevent '.
|
'The build plan for this build is configured to prevent '.
|
||||||
'users who can not edit it from issuing commands to the '.
|
'users who can not edit it from issuing commands to the '.
|
||||||
|
|
|
@ -42,7 +42,7 @@ final class PhortunePayPalPaymentProvider extends PhortunePaymentProvider {
|
||||||
" into the fields above.\n\n".
|
" into the fields above.\n\n".
|
||||||
"You can select whether the provider operates in test mode or ".
|
"You can select whether the provider operates in test mode or ".
|
||||||
"accepts live payments using the **Mode** dropdown above.\n\n".
|
"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.");
|
"or `paypal.com` to retrieve live credentials.");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue