diff options
author | dave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-07-19 14:09:08 +0000 |
---|---|---|
committer | dave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-07-19 14:09:08 +0000 |
commit | 6fdcdf525422540281557adcef125b12d1225939 (patch) | |
tree | 7713c1cb920a77660738370c690685393637cd08 /mod | |
parent | 36a22860892d74cbbb5885f3192178316bff0945 (diff) | |
download | elgg-6fdcdf525422540281557adcef125b12d1225939.tar.gz elgg-6fdcdf525422540281557adcef125b12d1225939.tar.bz2 |
missing string added
git-svn-id: http://code.elgg.org/elgg/trunk@6739 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod')
-rw-r--r-- | mod/profile/languages/en.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/profile/languages/en.php b/mod/profile/languages/en.php index d8f4e1848..6017a590c 100644 --- a/mod/profile/languages/en.php +++ b/mod/profile/languages/en.php @@ -113,6 +113,7 @@ You cannot reply to this email.", */ 'profile:no_friends' => 'This person hasn\'t added any friends yet!', + 'profile:no_groups' => 'This user has not joined any groups yet.', 'profile:noaccess' => "You do not have permission to edit this profile.", 'profile:notfound' => "Sorry, we could not find the specified profile.", 'profile:icon:notfound' => "Sorry, there was a problem uploading your profile picture.", |