summaryrefslogtreecommitdiffstats
path: root/wp-inst/wp-admin/menu.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2005-07-28 15:31:00 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2005-07-28 15:31:00 +0000
commit6152e89eca3c7a0a290d583d1ca171d8f2801d52 (patch)
treebfdff1eeb20e76907e0593704a8bbff792970002 /wp-inst/wp-admin/menu.php
parentab9d1dec152da289d8b5b8314313ed5d71b0c3c3 (diff)
downloadwordpress-mu-6152e89eca3c7a0a290d583d1ca171d8f2801d52.tar.gz
wordpress-mu-6152e89eca3c7a0a290d583d1ca171d8f2801d52.tar.xz
wordpress-mu-6152e89eca3c7a0a290d583d1ca171d8f2801d52.zip
Rename "Users" item as "Profile"
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@93 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-inst/wp-admin/menu.php')
-rw-r--r--wp-inst/wp-admin/menu.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-inst/wp-admin/menu.php b/wp-inst/wp-admin/menu.php
index 6c0675e..e77e942 100644
--- a/wp-inst/wp-admin/menu.php
+++ b/wp-inst/wp-admin/menu.php
@@ -10,7 +10,7 @@ $menu[10] = array(__('Manage'), 'edit_posts', 'edit.php');
$menu[20] = array(__('Links'), 'manage_links', 'link-manager.php');
$menu[25] = array(__('Presentation'), 'switch_themes', 'themes.php');
$menu[30] = array(__('Plugins'), 'activate_plugins', 'plugins.php');
-$menu[35] = array(__('Users'), 'read', 'profile.php');
+$menu[35] = array(__('Profile'), 'read', 'profile.php');
$menu[40] = array(__('Options'), 'manage_options', 'options-general.php');
if ( get_option('use_fileupload') )