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:
authorsgiehl <stefan@piwik.org>2014-11-24 00:46:36 +0300
committersgiehl <stefan@piwik.org>2014-11-24 00:46:36 +0300
commitf0cb16991ab28bb0a88a6a5f9e8534bb52778fff (patch)
treefe67e9607182220e89c09af8a7253aa47ee23c42 /plugins
parenta5d830657d050eda1b0f531387fc0a7234b28be3 (diff)
updated some comments
Diffstat (limited to 'plugins')
-rw-r--r--plugins/UserSettings/API.php4
-rw-r--r--plugins/UserSettings/Archiver.php3
2 files changed, 3 insertions, 4 deletions
diff --git a/plugins/UserSettings/API.php b/plugins/UserSettings/API.php
index 611c309114..0754ccd45c 100644
--- a/plugins/UserSettings/API.php
+++ b/plugins/UserSettings/API.php
@@ -20,8 +20,8 @@ use Piwik\Plugins\DevicesDetection\Archiver AS DDArchiver;
require_once PIWIK_INCLUDE_PATH . '/plugins/UserSettings/functions.php';
/**
- * The UserSettings API lets you access reports about your Visitors technical settings: browsers, browser types (rendering engine),
- * operating systems, plugins supported in their browser, Screen resolution and Screen types (normal, widescreen, dual screen or mobile).
+ * The UserSettings API lets you access reports about some of your Visitors technical settings:
+ * plugins supported in their browser, Screen resolution and Screen types (normal, widescreen, dual screen or mobile).
*
* @method static \Piwik\Plugins\UserSettings\API getInstance()
*/
diff --git a/plugins/UserSettings/Archiver.php b/plugins/UserSettings/Archiver.php
index 63b6ca5028..fed904de7d 100644
--- a/plugins/UserSettings/Archiver.php
+++ b/plugins/UserSettings/Archiver.php
@@ -36,8 +36,7 @@ class Archiver extends \Piwik\Plugin\Archiver
/**
* Daily archive of User Settings report. Processes reports for Visits by Resolution,
- * by Browser, Browser family, etc. Some reports are built from the logs, some reports
- * are superset of an existing report (eg. Browser family is built from the Browser report)
+ * browser plugins, etc. Some reports are built from the logs, some reports are superset of an existing report
*/
public function aggregateDayReport()
{