diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-06-09 20:48:23 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-06-09 20:48:23 +0000 |
commit | bc1e94ecb39bf8fff95d8cd425ce40180e0d7edd (patch) | |
tree | 4c765e9fb9ee2c6dea6d8dfda83ef82a1a49a0d1 /languages/en.php | |
parent | 8cd4d7f312dbf68636d10a34121d781628c2ead2 (diff) | |
download | elgg-bc1e94ecb39bf8fff95d8cd425ce40180e0d7edd.tar.gz elgg-bc1e94ecb39bf8fff95d8cd425ce40180e0d7edd.tar.bz2 |
Refs #3410 all admin menu items have consistent capitalization
git-svn-id: http://code.elgg.org/elgg/trunk@9160 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages/en.php')
-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 923647882..a34f3e1f5 100644 --- a/languages/en.php +++ b/languages/en.php @@ -377,7 +377,7 @@ $english = array( 'profile:twitter' => "Twitter username", 'profile:saved' => "Your profile was successfully saved.", - 'admin:appearance:profile_fields' => 'Edit profile fields', + 'admin:appearance:profile_fields' => 'Edit Profile Fields', 'profile:edit:default' => 'Edit profile fields', 'profile:label' => "Profile label", 'profile:type' => "Profile type", |