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:
authormattab <matthieu.aubry@gmail.com>2014-01-28 03:47:55 +0400
committermattab <matthieu.aubry@gmail.com>2014-01-28 03:47:55 +0400
commitf81dcbc39466293c02d24f979f618734dfd00448 (patch)
tree7219cb3f6fcd894dfa04fe527135acfb87199339 /core/Settings
parentfe1557f78601f0440cd31faa7794ce6751286ee3 (diff)
Capitalizing Super User for consistency refs #4564
Diffstat (limited to 'core/Settings')
-rw-r--r--core/Settings/SystemSetting.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Settings/SystemSetting.php b/core/Settings/SystemSetting.php
index 3084ba3607..3f7bb2a181 100644
--- a/core/Settings/SystemSetting.php
+++ b/core/Settings/SystemSetting.php
@@ -14,7 +14,7 @@ namespace Piwik\Settings;
use Piwik\Piwik;
/**
- * Describes a system wide setting. Only the super user can change this type of setting and
+ * Describes a system wide setting. Only the Super User can change this type of setting and
* the value of this setting will affect all users.
*
* See {@link \Piwik\Plugin\Settings}.