aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--languages/en.php2
-rw-r--r--settings/plugins.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/languages/en.php b/languages/en.php
index 851837aa8..d3ba5095d 100644
--- a/languages/en.php
+++ b/languages/en.php
@@ -558,7 +558,7 @@ To remove a widget drag it back to the <b>Widget gallery</b>.",
'usersettings:user:opt:linktext' => "Change your settings",
'usersettings:plugins' => "Tools",
- 'usersettings:plugins:opt:description' => "Configure settings for your active tools.",
+ 'usersettings:plugins:opt:description' => "Configure settings (if any) for your active tools.",
'usersettings:plugins:opt:linktext' => "Configure your tools",
'usersettings:plugins:description' => "This panel allows you to control and configure the personal settings for the tools installed by your system administrator.",
diff --git a/settings/plugins.php b/settings/plugins.php
index 970dbf120..6969c777f 100644
--- a/settings/plugins.php
+++ b/settings/plugins.php
@@ -13,7 +13,7 @@
// Get the Elgg framework
require_once(dirname(dirname(__FILE__)) . "/engine/start.php");
- // Make sure only valid admin users can see this
+ // Make sure only valid users can see this
gatekeeper();
// Make sure we don't open a security hole ...