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
path: root/config
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 /config
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 'config')
-rw-r--r--config/global.ini.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index 1b03d9a088..1c1e9a9df6 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -354,8 +354,8 @@ login_password_recovery_replyto_email_address = "no-reply@{DOMAIN}"
; name that appears as a Reply-to in the password recovery email
login_password_recovery_replyto_email_name = "No-reply"
-; By default when user logs out he is redirected to Piwik "homepage" usually the Login form.
-; Uncomment the next line to set a URL to redirect the user to after he logs out of Piwik.
+; By default when user logs out they are redirected to Piwik "homepage" usually the Login form.
+; Uncomment the next line to set a URL to redirect the user to after they log out of Piwik.
; login_logout_url = http://...
; Set to 1 to disable the framebuster on standard Non-widgets pages (a click-jacking countermeasure).
@@ -618,8 +618,8 @@ cookie_path =
record_statistics = 1
; length of a visit in seconds. If a visitor comes back on the website visit_standard_length seconds
-; after his last page view, it will be recorded as a new visit. In case you are using the Piwik JavaScript tracker to
-; calculate the visit count correctly, make sure to call the method "setSessionCookieTimeout" eg
+; after their last page view, it will be recorded as a new visit. In case you are using the Piwik JavaScript tracker to
+; calculate the visit count correctly, make sure to call the method "setSessionCookieTimeout" eg
; `_paq.push(['setSessionCookieTimeout', timeoutInSeconds=1800])`
visit_standard_length = 1800