diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-09-25 12:54:56 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-09-25 12:54:56 +0000 |
commit | f22f9bd9b4fb5834d90bb12016a00442d3e4ca8e (patch) | |
tree | 877f38b2d8c6e8a711a980fc35264e5d754a9b8e | |
parent | 8a59a58f4e8f44e9e13a855260331e9c34b48413 (diff) | |
download | elgg-f22f9bd9b4fb5834d90bb12016a00442d3e4ca8e.tar.gz elgg-f22f9bd9b4fb5834d90bb12016a00442d3e4ca8e.tar.bz2 |
Make statisics nicer
git-svn-id: https://code.elgg.org/elgg/trunk@2132 36083f99-b078-4883-b0ff-0f9b5a30f544
-rw-r--r-- | languages/en.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/languages/en.php b/languages/en.php index 33aa42f1c..8efed72a4 100644 --- a/languages/en.php +++ b/languages/en.php @@ -349,6 +349,8 @@ To remove a widget drag it back to the <b>Widget gallery</b>.", 'plugins:settings:save:fail' => "There was a problem saving settings for the %s plugin.", 'plugins:usersettings:save:ok' => "User settings for the %s plugin were saved successfully.", 'plugins:usersettings:save:fail' => "There was a problem saving user settings for the %s plugin.", + + 'item:object:plugin' => 'Plugin configuration settings', /** * Notifications |