From e3112dc160a611462cc77b22644f7050480888db Mon Sep 17 00:00:00 2001 From: ben Date: Tue, 29 Apr 2008 16:59:19 +0000 Subject: Introducing profile icons. git-svn-id: https://code.elgg.org/elgg/trunk@564 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/profile/languages/en.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mod/profile/languages/en.php') 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.", ); -- cgit v1.2.3