diff options
author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-03-03 22:40:32 +0000 |
---|---|---|
committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-03-03 22:40:32 +0000 |
commit | e2ba75ce7dad46f87c43b7ef256e79053af5566e (patch) | |
tree | 870264255ad2e05b371d4f2eafa23897082b54cc /languages | |
parent | 8ff93c096feab9ce5dab399c3d0e5ea5fef8d500 (diff) | |
download | elgg-e2ba75ce7dad46f87c43b7ef256e79053af5566e.tar.gz elgg-e2ba75ce7dad46f87c43b7ef256e79053af5566e.tar.bz2 |
Pulling in MORE changes that weren't in the patch. Apparently I fail at patching.
git-svn-id: http://code.elgg.org/elgg/trunk@5265 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/languages/en.php b/languages/en.php index 04910b927..1e2984b0d 100644 --- a/languages/en.php +++ b/languages/en.php @@ -1,8 +1,8 @@ <?php /** - * Activity viewer + * Core English Lange * - * @package Elgg + * @package ElggLanguage * @subpackage Core * @author Curverider Ltd * @link http://elgg.org/ @@ -259,7 +259,7 @@ To remove a widget drag it back to the <b>Widget gallery</b>.", * Friends */ - 'friends' => "Friends", + 'friends' => "My Friends", 'friends:yours' => "Your friends", 'friends:owned' => "%s's friends", 'friend:add' => "Add friend", @@ -384,8 +384,8 @@ To remove a widget drag it back to the <b>Widget gallery</b>.", 'account' => "Account", 'settings' => "Settings", - 'tools' => "Tools", - 'tools:yours' => "Your tools", + 'tools' => "My stuff", + 'tools:yours' => "My tools", 'register' => "Register", 'registerok' => "You have successfully registered for %s.", @@ -411,7 +411,7 @@ To remove a widget drag it back to the <b>Widget gallery</b>.", 'item:object:reported_content' => "Reported items", 'user:set:name' => "Account name settings", - 'user:name:label' => "Your name", + 'user:name:label' => "My display name", 'user:name:success' => "Successfully changed your name on the system.", 'user:name:fail' => "Could not change your name on the system. Please make sure your name isn't too long and try again.", |