diff options
author | Cash Costello <cash.costello@gmail.com> | 2012-02-09 06:59:38 -0500 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2012-02-09 06:59:38 -0500 |
commit | ff3b73dfc3be67b579b8cbedd407c921046892ac (patch) | |
tree | df0d6e7c47bde83ca0fdfe8274bb34d64f9c019b /languages | |
parent | a49f4ea74fcaf428ce6b77e05f40902a634cf1f1 (diff) | |
download | elgg-ff3b73dfc3be67b579b8cbedd407c921046892ac.tar.gz elgg-ff3b73dfc3be67b579b8cbedd407c921046892ac.tar.bz2 |
Fixes #2942 all list pages should have messages when no content now
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 ef3c8349b..14df3db34 100644 --- a/languages/en.php +++ b/languages/en.php @@ -331,7 +331,7 @@ $english = array( 'friends:remove:successful' => "You have successfully removed %s from your friends.", 'friends:remove:failure' => "We couldn't remove %s from your friends.", - 'friends:none' => "This user hasn't added anyone as a friend yet.", + 'friends:none' => "No friends yet.", 'friends:none:you' => "You don't have any friends yet.", 'friends:none:found' => "No friends were found.", |