diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-16 09:10:34 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-16 09:10:34 +0000 |
commit | 0ad7f6660c247e1eead0e651f4da73db762e2d2a (patch) | |
tree | 839417a2de9d32f37878f1e1625615e4d4dd930b /mod/profile/languages/en.php | |
parent | 98d21b028c66bb30241398e4667814f125021c35 (diff) | |
download | elgg-0ad7f6660c247e1eead0e651f4da73db762e2d2a.tar.gz elgg-0ad7f6660c247e1eead0e651f4da73db762e2d2a.tar.bz2 |
Closes #152 and as a bonus you get a river notification for icon upload as well. Aren't I nice?
git-svn-id: https://code.elgg.org/elgg/trunk@1433 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/profile/languages/en.php')
-rw-r--r-- | mod/profile/languages/en.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/profile/languages/en.php b/mod/profile/languages/en.php index be70f4243..2cec031a0 100644 --- a/mod/profile/languages/en.php +++ b/mod/profile/languages/en.php @@ -43,7 +43,8 @@ 'profile:mobile' => "Mobile phone",
'profile:website' => "Website",
- 'profile:river:update' => "%s updated their profile",
+ 'profile:river:update' => "%s updated their profile", + 'profile:river:iconupdate' => "%s updated their profile icon",
/**
* Status messages
|