From 81a4e0fa767e3918ba6791cfd64de72d4079b47b Mon Sep 17 00:00:00 2001 From: Shish Date: Thu, 22 Jan 2009 02:49:01 -0800 Subject: [PATCH] more normal words --- ext/user/main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/user/main.php b/ext/user/main.php index 7b15e61c..ea7e12aa 100644 --- a/ext/user/main.php +++ b/ext/user/main.php @@ -156,7 +156,7 @@ class UserPage implements Extension { } if($event instanceof UserBlockBuildingEvent) { - $event->add_link("User Config", make_link("user")); + $event->add_link("My Profile", make_link("user")); $event->add_link("Log Out", make_link("user_admin/logout"), 99); }