diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-02 01:27:23 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-02 01:27:23 +0000 |
commit | 2cf3f6df70f1ed746b68986a594e73513a4f1db8 (patch) | |
tree | d6dc46a7233203150312ef4f9617af17860c3a62 | |
parent | 1f489624debf9f0890d36c7579d6c0d36198e9e2 (diff) | |
download | elgg-2cf3f6df70f1ed746b68986a594e73513a4f1db8.tar.gz elgg-2cf3f6df70f1ed746b68986a594e73513a4f1db8.tar.bz2 |
added a string from 1.7 profile plugin into core for backward compatibility
git-svn-id: http://code.elgg.org/elgg/trunk@7984 36083f99-b078-4883-b0ff-0f9b5a30f544
-rw-r--r-- | languages/en.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/languages/en.php b/languages/en.php index 9b5a69eb3..18bb51b3e 100644 --- a/languages/en.php +++ b/languages/en.php @@ -365,6 +365,7 @@ $english = array( 'profile:saved' => "Your profile was successfully saved.", 'admin:appearance:profile_fields' => 'Edit profile fields', + 'profile:edit:default' => 'Edit profile fields', 'profile:label' => "Profile label", 'profile:type' => "Profile type", 'profile:editdefault:delete:fail' => 'Removed default profile item field failed', |