aboutsummaryrefslogtreecommitdiff
path: root/mod/profile/languages
diff options
context:
space:
mode:
authorben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-04-29 16:59:19 +0000
committerben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-04-29 16:59:19 +0000
commite3112dc160a611462cc77b22644f7050480888db (patch)
treebbc7d4ec4013c7f5c338408d30219adce839ab24 /mod/profile/languages
parent118051aadcf348d6b225a437a4df3b077f413cbe (diff)
downloadelgg-e3112dc160a611462cc77b22644f7050480888db.tar.gz
elgg-e3112dc160a611462cc77b22644f7050480888db.tar.bz2
Introducing profile icons.
git-svn-id: https://code.elgg.org/elgg/trunk@564 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/profile/languages')
-rw-r--r--mod/profile/languages/en.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/profile/languages/en.php b/mod/profile/languages/en.php
index 79a3300cf..6227f6657 100644
--- a/mod/profile/languages/en.php
+++ b/mod/profile/languages/en.php
@@ -21,6 +21,7 @@
'profile:user' => "%s's profile",
'profile:edit' => "Edit profile",
+ 'profile:editicon' => "Change your profile picture",
'profile:description' => "About me",
'profile:location' => "Location",
@@ -43,6 +44,7 @@
'profile:notfound' => "Sorry; we could not find the specified profile.",
'profile:cantedit' => "Sorry; you do not have permission to edit this profile.",
+ 'profile:icon:notfound' => "Sorry; there was a problem uploading your profile icon.",
);