diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-02-07 21:50:22 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-02-07 21:50:22 +0000 |
commit | 2dc1562c3e15c5f9c89afdc96399ef8613ea9ee4 (patch) | |
tree | 4dc630e47d1e7bfe6bee1ebedb232d94905214be /languages | |
parent | 0cf7b992429528bf244420f812ee7fb339a30bba (diff) | |
download | elgg-2dc1562c3e15c5f9c89afdc96399ef8613ea9ee4.tar.gz elgg-2dc1562c3e15c5f9c89afdc96399ef8613ea9ee4.tar.bz2 |
more user friendly section title on user stats page
git-svn-id: http://code.elgg.org/elgg/trunk@3920 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/en.php b/languages/en.php index bb9773d62..c22962d9b 100644 --- a/languages/en.php +++ b/languages/en.php @@ -530,7 +530,7 @@ To remove a widget drag it back to the <b>Widget gallery</b>.", '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.", - 'usersettings:statistics:label:numentities' => "Your entities", + 'usersettings:statistics:label:numentities' => "Your content", 'usersettings:statistics:yourdetails' => "Your details", 'usersettings:statistics:label:name' => "Full name", |