Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas Jenß <lucas@x3ro.de>2017-01-07 10:05:15 +0300
committerMatthieu Aubry <mattab@users.noreply.github.com>2017-01-07 10:05:15 +0300
commit0fc30b669e175223b335cb8ecc477d19d3105700 (patch)
tree38b45bfe7c36652f8eefa31562c8ecafba9e2c26 /core/Plugin/Report.php
parent9c4814e64d24a68dd53663e13284c4b6e121cb08 (diff)
Use gender-neutral wording where possible (#10982)
* Change to gender neutral phrasing in user-facing text * Switch to gender neutral wording in docs/comments
Diffstat (limited to 'core/Plugin/Report.php')
-rw-r--r--core/Plugin/Report.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Plugin/Report.php b/core/Plugin/Report.php
index b51987c3ff..5ec96ae696 100644
--- a/core/Plugin/Report.php
+++ b/core/Plugin/Report.php
@@ -430,7 +430,7 @@ class Report
/**
* Returns an array of metric documentations and their corresponding translations. Eg
- * `array('nb_visits' => 'If a visitor comes to your website for the first time or if he visits a page more than 30 minutes after...')`.
+ * `array('nb_visits' => 'If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after...')`.
* By default the given {@link $metrics} are used and their corresponding translations are looked up automatically.
* If there is a metric documentation not found, you should add the default metric documentation translation for
* this metric using the {@hook Metrics.getDefaultMetricDocumentationTranslations} event. If you want to overwrite